Home
last modified time | relevance | path

Searched refs:SpvOpMemberDecorate (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp312 case SpvOpMemberDecorate: in opcode_text()
818 case SpvOpMemberDecorate: in writeOpCode()
1014 this->writeInstruction(SpvOpMemberDecorate, resultId, (SpvId) i, SpvDecorationOffset, in writeStruct()
1018 this->writeInstruction(SpvOpMemberDecorate, resultId, i, SpvDecorationColMajor, in writeStruct()
1020 this->writeInstruction(SpvOpMemberDecorate, resultId, i, SpvDecorationMatrixStride, in writeStruct()
2664 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationLocation, in writeLayout()
2668 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationBinding, in writeLayout()
2672 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationIndex, in writeLayout()
2676 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationDescriptorSet, in writeLayout()
2684 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationBuiltIn, in writeLayout()
[all …]
Dspirv.h639 SpvOpMemberDecorate = 72, enumerator
/external/mesa3d/src/compiler/spirv/
Dspirv.h639 SpvOpMemberDecorate = 72, enumerator
Dspirv_to_nir.c347 case SpvOpMemberDecorate: in vtn_handle_decoration()
356 case SpvOpMemberDecorate: in vtn_handle_decoration()
2718 case SpvOpMemberDecorate: in vtn_handle_preamble_instruction()
2885 case SpvOpMemberDecorate: in vtn_handle_variable_or_type_instruction()