Home
last modified time | relevance | path

Searched refs:SpvOpTypeRuntimeArray (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dgl_spirv.c160 case SpvOpTypeRuntimeArray: in vtn_validate_handle_constant_instruction()
Dspirv.h1514 SpvOpTypeRuntimeArray = 29, enumerator
2295 case SpvOpTypeRuntimeArray: *hasResult = true; *hasResultType = false; break; in SpvHasResultAndType()
4139 case SpvOpTypeRuntimeArray: return "OpTypeRuntimeArray"; in SpvOpToString()
Dspirv_to_nir.c1843 case SpvOpTypeRuntimeArray: in vtn_handle_type()
1847 if (opcode == SpvOpTypeRuntimeArray) { in vtn_handle_type()
5619 case SpvOpTypeRuntimeArray: in vtn_handle_variable_or_type_instruction()
/external/skia/src/sksl/
Dspirv.h600 SpvOpTypeRuntimeArray = 29, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.h694 SpvOpTypeRuntimeArray = 29, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/
Dspirv.h694 SpvOpTypeRuntimeArray = 29, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h694 SpvOpTypeRuntimeArray = 29, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.h694 SpvOpTypeRuntimeArray = 29, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.h706 SpvOpTypeRuntimeArray = 29, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.h711 SpvOpTypeRuntimeArray = 29, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.1/
Dspirv.h706 SpvOpTypeRuntimeArray = 29, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.2/
Dspirv.h711 SpvOpTypeRuntimeArray = 29, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.h706 SpvOpTypeRuntimeArray = 29, enumerator
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.h706 SpvOpTypeRuntimeArray = 29, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.h711 SpvOpTypeRuntimeArray = 29, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.h711 SpvOpTypeRuntimeArray = 29, enumerator
/external/shaderc/spirv-headers/include/spirv/unified1/
Dspirv.h892 SpvOpTypeRuntimeArray = 29, enumerator
1424 case SpvOpTypeRuntimeArray: *hasResult = true; *hasResultType = false; break; in SpvHasResultAndType()
/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
Dspirv.h1602 SpvOpTypeRuntimeArray = 29, enumerator
2417 case SpvOpTypeRuntimeArray: *hasResult = true; *hasResultType = false; break; in SpvHasResultAndType()
4349 case SpvOpTypeRuntimeArray: return "OpTypeRuntimeArray"; in SpvOpToString()
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.h1514 SpvOpTypeRuntimeArray = 29, enumerator
2295 case SpvOpTypeRuntimeArray: *hasResult = true; *hasResultType = false; break; in SpvHasResultAndType()
4139 case SpvOpTypeRuntimeArray: return "OpTypeRuntimeArray"; in SpvOpToString()
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspirv.h1449 SpvOpTypeRuntimeArray = 29, enumerator
2193 case SpvOpTypeRuntimeArray: *hasResult = true; *hasResultType = false; break; in SpvHasResultAndType()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c1432 spirv_buffer_emit_word(&b->types_const_defs, SpvOpTypeRuntimeArray | (3 << 16)); in spirv_builder_type_runtime_array()
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1042 case SpvOpTypeRuntimeArray: in is_globally_reachable_op()
1776 result = this->writeInstruction(SpvOpTypeRuntimeArray, in getType()