Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h645 SpvOpVectorShuffle = 79, enumerator
DSkSLSPIRVCodeGenerator.cpp324 case SpvOpVectorShuffle: in opcode_text()
1778 fGen.writeOpCode(SpvOpVectorShuffle, 5 + (int32_t) fComponents.size(), out); in load()
1803 fGen.writeOpCode(SpvOpVectorShuffle, 5 + fBaseType.columns(), out); in store()
1996 this->writeOpCode(SpvOpVectorShuffle, 5 + (int32_t) count, out); in writeSwizzle()
/external/mesa3d/src/compiler/spirv/
Dspirv.h645 SpvOpVectorShuffle = 79, enumerator
Dspirv_to_nir.c1104 case SpvOpVectorShuffle: { in vtn_handle_constant()
2433 case SpvOpVectorShuffle: in vtn_handle_composite()
3156 case SpvOpVectorShuffle: in vtn_handle_body_instruction()