/aosp_15_r20/external/deqp/framework/randomshaders/ |
H A D | rsgStatement.cpp | 252 : m_variable(DE_NULL) in DeclarationStatement() 273 m_variable = variable; in DeclarationStatement() 279 switch (m_variable->getStorage()) in DeclarationStatement() 306 bool isConst = m_variable->getStorage() == Variable::STORAGE_CONST; in DeclarationStatement() 338 m_variable->tokenizeDeclaration(state, str); in tokenize() 354 execCtx.getValue(m_variable) = m_expression->getValue().value(); in execute() 541 : m_variable(variable) in AssignStatement() 547 : m_variable(variable) in AssignStatement() 562 str << Token(m_variable->getName()) << Token::EQUAL; in tokenize() 570 assignMasked(execCtx.getValue(m_variable), m_valueExpr->getValue(), execCtx.getExecutionMask()); in execute()
|
H A D | rsgShader.hpp | 86 return m_variable; in getVariable() 90 return ConstValueRangeAccess(m_variable->getType(), &m_min[0], &m_max[0]); in getValueRange() 94 return ValueRangeAccess(m_variable->getType(), &m_min[0], &m_max[0]); in getValueRange() 98 const Variable *m_variable; member in rsg::ShaderInput
|
H A D | rsgVariableValue.hpp | 621 VariableValue(const Variable *variable) : m_variable(variable), m_storage(m_variable->getType()) in VariableValue() 630 return m_variable; in getVariable() 634 return m_storage.getValue(m_variable->getType()); in getValue() 638 return m_storage.getValue(m_variable->getType()); in getValue() 647 return m_variable->getType(); in getType() 650 const Variable *m_variable; member in rsg::VariableValue
|
H A D | rsgVariableValue.cpp | 280 : m_variable(other.m_variable) in VariableValue() 281 , m_storage(other.m_variable->getType()) in VariableValue() 288 m_variable = other.m_variable; in operator =()
|
H A D | rsgExpression.cpp | 1184 m_variable = allocateNewVariable(state, newVarRange.asAccess()); in VariableRead() 1189 m_variable = state.getRandom() in VariableRead() 1209 m_variable = allocateNewVariable(state, valueRange); in VariableRead() 1227 m_variable = entry->getVariable(); in VariableRead() 1230 ValueRange intersection(m_variable->getType()); in VariableRead() 1232 state.getVariableManager().setValue(m_variable, intersection.asAccess()); in VariableRead() 1239 m_variable = variable; in VariableRead() 1275 m_variable = state.getVariableManager().allocate(valueRange.getType()); in VariableWrite() 1283 m_variable = entry->getVariable(); in VariableWrite() 1286 DE_ASSERT(m_variable); in VariableWrite() [all …]
|
H A D | rsgVariableManager.cpp | 96 ValueEntry::ValueEntry(const Variable *variable) : m_variable(variable), m_valueRange(variable->get… in ValueEntry() 177 CompareEntryVariable(const Variable *variable) : m_variable(variable) in CompareEntryVariable() 183 return entry->getVariable() == m_variable; in operator ==() 187 const Variable *m_variable; member in rsg::CompareEntryVariable
|
H A D | rsgExpression.hpp | 87 str << Token(m_variable->getName()); in tokenize() 101 VariableAccess(void) : m_variable(DE_NULL) in VariableAccess() 105 const Variable *m_variable; member in rsg::VariableAccess
|
H A D | rsgStatement.hpp | 92 const Variable *m_variable; member in rsg::DeclarationStatement 163 const Variable *m_variable; member in rsg::AssignStatement
|
H A D | rsgVariableManager.hpp | 53 return m_variable; in getVariable() 66 const Variable *m_variable; member in rsg::ValueEntry
|
H A D | rsgShader.cpp | 58 : m_variable(variable) in ShaderInput()
|
/aosp_15_r20/external/testng/src/main/java/org/testng/mustache/ |
H A D | VariableChunk.java | 5 private String m_variable; field in VariableChunk 9 m_variable = variable; in VariableChunk() 14 String result = m_model.resolveValueToString(m_variable); in compose() 21 return "[VariableChunk " + m_variable + " model:" + m_model + "]"; in toString()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/ |
H A D | tpu_embedding.py | 2360 for host_id, table_variable, m_variable, v_variable in (zip( 2366 momenta=m_variable, 2386 for host_id, table_variable, m_variable, v_variable in (zip( 2397 state_ops.assign(m_variable, retrieved_m), 2556 for host_id, table_variable, v_variable, m_variable in (zip( 2563 m=m_variable, 2582 for host_id, table_variable, v_variable, m_variable in (zip( 2594 state_ops.assign(m_variable, retrieved_m))
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderBuiltinTests.cpp | 1476 , m_variable(variable) in LocalInvocationCase() 1488 const LocalInvocation m_variable; member in vkt::MeshShader::__anon0fa129ca0111::LocalInvocationCase 1495 … ((m_variable == LocalInvocation::ID) ? "gl_LocalInvocationID.x" : "gl_LocalInvocationIndex"); in initPrograms()
|
H A D | vktMeshShaderBuiltinTestsEXT.cpp | 1621 , m_variable(variable) in LocalInvocationCase() 1633 const LocalInvocation m_variable; member in vkt::MeshShader::__anondda0d8db0111::LocalInvocationCase 1642 … ((m_variable == LocalInvocation::ID) ? "gl_LocalInvocationID.x" : "gl_LocalInvocationIndex"); in initPrograms()
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 826 : m_variable(variable) in VariableStatement() 836 os << glu::declare(getVarTypeOf<T>(), m_variable->getName()); in doPrint() 838 os << m_variable->getName(); in doPrint() 846 ctx.env.bind(*m_variable, m_value->evaluate(ctx)); in doExecute() 848 ctx.env.lookup(*m_variable) = m_value->evaluate(ctx); in doExecute() 856 VariableP<T> m_variable; member in deqp::gls::BuiltinPrecisionTests::VariableStatement
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 1321 : m_variable(variable) in VariableStatement() 1331 os << glu::declare(getVarTypeOf<T>(), m_variable->getName()); in doPrint() 1333 os << m_variable->getName(); in doPrint() 1342 ctx.env.bind(*m_variable, m_value->evaluate(ctx)); in doExecute() 1344 ctx.env.lookup(*m_variable) = m_value->evaluate(ctx); in doExecute() 1355 ctx.env.bind(*m_variable, m_value->fails(ctx)); in doFail() 1357 ctx.env.lookup(*m_variable) = m_value->fails(ctx); in doFail() 1360 VariableP<T> m_variable; member in vkt::shaderexecutor::VariableStatement
|
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/local-javac-header/ |
D | testng.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/beust/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/javac/ |
D | testng.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/beust/
com/ ... |