Home
last modified time | relevance | path

Searched refs:indexId (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp249 …rtexInputValue (deUint8* destPtr, const VertexInputAttributeDescription& attributes, int indexId);
759 std::string indexId; in getGlslAttributeConditions() local
766 indexId = "index"; in getGlslAttributeConditions()
768indexId = (attributeInfo.inputRate == VK_VERTEX_INPUT_RATE_VERTEX) ? "gl_VertexIndex" : "gl_Instan… in getGlslAttributeConditions()
811 …"if (" << accessStr << " == clamp(-(" << totalComponentCount << " * " << indexId << " + " << compo… in getGlslAttributeConditions()
814 …tr << "if (" << accessStr << " == -(" << totalComponentCount << " * " << indexId << " + " << compo… in getGlslAttributeConditions()
822 … (" << accessStr << " == clamp(uint(" << totalComponentCount << " * " << indexId << " + " << compo… in getGlslAttributeConditions()
825 …<< "if (" << accessStr << " == uint(" << totalComponentCount << " * " << indexId << " + " << compo… in getGlslAttributeConditions()
831 …ssStr << " + double(0.01 * (" << totalComponentCount << ".0 * float(" << indexId << ") + " << comp… in getGlslAttributeConditions()
835 …< accessStr << " + (0.01 * (" << totalComponentCount << ".0 * float(" << indexId << ") + " << comp… in getGlslAttributeConditions()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_replacement_pass.cpp226 uint32_t indexId = chain->GetSingleWordInOperand(1u); in ReplaceAccessChain() local
227 const Instruction* index = get_def_use_mgr()->GetDef(indexId); in ReplaceAccessChain()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_replacement_pass.cpp226 uint32_t indexId = chain->GetSingleWordInOperand(1u); in ReplaceAccessChain() local
227 const Instruction* index = get_def_use_mgr()->GetDef(indexId); in ReplaceAccessChain()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp2693 int indexId = right->getAsSymbolNode() ? right->getAsSymbolNode()->getId() : 0; in lvalue() local
2698 …el.dynamic = (right->getQualifier() != EvqUniform) && (deterministicVariables.count(indexId) == 0); in lvalue()
3918 bool LoopUnrollable::traverse(TIntermLoop *loop, int indexId) in traverse() argument
3922 loopIndexId = indexId; in traverse()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp17254 string indexId = "%index_" + numberToString(id++); in specializeInBoundsShaderTemplate() local
17255 parameters["accessChainConstDeclaration"] += indexId + " = OpConstant %u32 " + *index + "\n"; in specializeInBoundsShaderTemplate()
17256 parameters["accessChainIndexes"] += " " + indexId; in specializeInBoundsShaderTemplate()