Searched refs:SpvOpDecorate (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp310 case SpvOpDecorate:
817 case SpvOpDecorate: // fall through
1076 this->writeInstruction(SpvOpDecorate, result, SpvDecorationArrayStride,
1083 this->writeInstruction(SpvOpDecorate, result, SpvDecorationArrayStride,
2637 this->writeInstruction(SpvOpDecorate, target, SpvDecorationLocation, layout.fLocation,
2641 this->writeInstruction(SpvOpDecorate, target, SpvDecorationBinding, layout.fBinding,
2645 this->writeInstruction(SpvOpDecorate, target, SpvDecorationIndex, layout.fIndex,
2649 this->writeInstruction(SpvOpDecorate, target, SpvDecorationDescriptorSet, layout.fSet,
2653 this->writeInstruction(SpvOpDecorate, target, SpvDecorationInputAttachmentIndex,
2657 this->writeInstruction(SpvOpDecorate, targe
[all...]
H A Dspirv.h638 SpvOpDecorate = 71, enumerator in enum:SpvOp_
/external/mesa3d/src/compiler/spirv/
H A Dspirv.h638 SpvOpDecorate = 71, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c346 case SpvOpDecorate:
353 case SpvOpDecorate:
2717 case SpvOpDecorate:
2884 case SpvOpDecorate:

Completed in 69 milliseconds