Searched refs:indexId (Results 1 – 9 of 9) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 250 …rtexInputValue (deUint8* destPtr, const VertexInputAttributeDescription& attributes, int indexId); 762 std::string indexId; in getGlslAttributeConditions() local 769 indexId = "index"; in getGlslAttributeConditions() 771 …indexId = (attributeInfo.inputRate == VK_VERTEX_INPUT_RATE_VERTEX) ? "gl_VertexIndex" : "gl_Instan… in getGlslAttributeConditions() 814 …"if (" << accessStr << " == clamp(-(" << totalComponentCount << " * " << indexId << " + " << compo… in getGlslAttributeConditions() 817 …tr << "if (" << accessStr << " == -(" << totalComponentCount << " * " << indexId << " + " << compo… in getGlslAttributeConditions() 825 … (" << accessStr << " == clamp(uint(" << totalComponentCount << " * " << indexId << " + " << compo… in getGlslAttributeConditions() 828 …<< "if (" << accessStr << " == uint(" << totalComponentCount << " * " << indexId << " + " << compo… in getGlslAttributeConditions() 834 …ssStr << " + double(0.01 * (" << totalComponentCount << ".0 * float(" << indexId << ") + " << comp… in getGlslAttributeConditions() 838 …< accessStr << " + (0.01 * (" << totalComponentCount << ".0 * float(" << indexId << ") + " << comp… in getGlslAttributeConditions() [all …]
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderGroup.cpp | 222 auto indexId = Object::ID(insn.word(5)); in EmitGroupNonUniform() local 225 ASSERT(getType(getObject(indexId)).componentCount == 1); in EmitGroupNonUniform() 227 Operand index(this, state, indexId); in EmitGroupNonUniform()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | scalar_replacement_pass.cpp | 330 uint32_t indexId = chain->GetSingleWordInOperand(1u); in ReplaceAccessChain() local 331 const Instruction* index = get_def_use_mgr()->GetDef(indexId); in ReplaceAccessChain()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | scalar_replacement_pass.cpp | 331 uint32_t indexId = chain->GetSingleWordInOperand(1u); in ReplaceAccessChain() local 332 const Instruction* index = get_def_use_mgr()->GetDef(indexId); in ReplaceAccessChain()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | scalar_replacement_pass.cpp | 331 uint32_t indexId = chain->GetSingleWordInOperand(1u); in ReplaceAccessChain() local 332 const Instruction* index = get_def_use_mgr()->GetDef(indexId); in ReplaceAccessChain()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 2712 int indexId = right->getAsSymbolNode() ? right->getAsSymbolNode()->getId() : 0; in lvalue() local 2717 …el.dynamic = (right->getQualifier() != EvqUniform) && (deterministicVariables.count(indexId) == 0); in lvalue() 3998 bool LoopUnrollable::traverse(TIntermLoop *loop, int indexId) in traverse() argument 4002 loopIndexId = indexId; in traverse()
|
/external/angle/src/compiler/translator/ |
D | OutputSPIRV.cpp | 945 spirv::IdRef indexId = data->idList[index].id; in makeAccessChainIdList() local 947 if (!indexId.valid()) in makeAccessChainIdList() 950 indexId = mBuilder.getUintConstant(data->idList[index].literal); in makeAccessChainIdList() 953 idsOut->push_back(indexId); in makeAccessChainIdList()
|
/external/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.cpp | 2002 SpvId indexId = this->writeIntLiteral(index); in getLValue() local 2003 this->writeInstruction(SpvOpAccessChain, typeId, member, base, indexId, out); in getLValue()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 19253 string indexId = "%index_" + numberToString(id++); in specializeInBoundsShaderTemplate() local 19254 parameters["accessChainConstDeclaration"] += indexId + " = OpConstant %u32 " + *index + "\n"; in specializeInBoundsShaderTemplate() 19255 parameters["accessChainIndexes"] += " " + indexId; in specializeInBoundsShaderTemplate()
|