Home
last modified time | relevance | path

Searched refs:SpvOpVectorInsertDynamic (Results 1 – 20 of 20) sorted by relevance

/external/skia/src/sksl/
Dspirv.h644 SpvOpVectorInsertDynamic = 78, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.h738 SpvOpVectorInsertDynamic = 78, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/
Dspirv.h738 SpvOpVectorInsertDynamic = 78, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h738 SpvOpVectorInsertDynamic = 78, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.h738 SpvOpVectorInsertDynamic = 78, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.h750 SpvOpVectorInsertDynamic = 78, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.h755 SpvOpVectorInsertDynamic = 78, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.1/
Dspirv.h750 SpvOpVectorInsertDynamic = 78, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.2/
Dspirv.h755 SpvOpVectorInsertDynamic = 78, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.h750 SpvOpVectorInsertDynamic = 78, enumerator
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.h750 SpvOpVectorInsertDynamic = 78, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.h755 SpvOpVectorInsertDynamic = 78, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.h755 SpvOpVectorInsertDynamic = 78, enumerator
/external/shaderc/spirv-headers/include/spirv/unified1/
Dspirv.h936 SpvOpVectorInsertDynamic = 78, enumerator
1468 case SpvOpVectorInsertDynamic: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
/external/mesa3d/src/compiler/spirv/
Dspirv.h1558 SpvOpVectorInsertDynamic = 78, enumerator
2339 case SpvOpVectorInsertDynamic: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
4183 case SpvOpVectorInsertDynamic: return "OpVectorInsertDynamic"; in SpvOpToString()
Dspirv_to_nir.c4581 case SpvOpVectorInsertDynamic: in vtn_handle_composite()
6429 case SpvOpVectorInsertDynamic: in vtn_handle_body_instruction()
/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
Dspirv.h1646 SpvOpVectorInsertDynamic = 78, enumerator
2461 case SpvOpVectorInsertDynamic: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
4393 case SpvOpVectorInsertDynamic: return "OpVectorInsertDynamic"; in SpvOpToString()
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.h1558 SpvOpVectorInsertDynamic = 78, enumerator
2339 case SpvOpVectorInsertDynamic: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
4183 case SpvOpVectorInsertDynamic: return "OpVectorInsertDynamic"; in SpvOpToString()
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspirv.h1493 SpvOpVectorInsertDynamic = 78, enumerator
2237 case SpvOpVectorInsertDynamic: *hasResult = true; *hasResultType = true; break; in SpvHasResultAndType()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c742 spirv_buffer_emit_word(&b->instructions, SpvOpVectorInsertDynamic | (words << 16)); in spirv_builder_emit_vector_insert()