/external/mesa3d/src/compiler/spirv/ |
D | gl_spirv.c | 160 case SpvOpTypeRuntimeArray: in vtn_validate_handle_constant_instruction()
|
D | spirv.h | 1514 SpvOpTypeRuntimeArray = 29, enumerator 2295 case SpvOpTypeRuntimeArray: *hasResult = true; *hasResultType = false; break; in SpvHasResultAndType() 4139 case SpvOpTypeRuntimeArray: return "OpTypeRuntimeArray"; in SpvOpToString()
|
D | spirv_to_nir.c | 1843 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/ |
D | spirv.h | 600 SpvOpTypeRuntimeArray = 29, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.h | 694 SpvOpTypeRuntimeArray = 29, enumerator
|
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/ |
D | spirv.h | 694 SpvOpTypeRuntimeArray = 29, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 694 SpvOpTypeRuntimeArray = 29, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 694 SpvOpTypeRuntimeArray = 29, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.h | 706 SpvOpTypeRuntimeArray = 29, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.h | 711 SpvOpTypeRuntimeArray = 29, enumerator
|
/external/angle/third_party/spirv-headers/src/include/spirv/1.1/ |
D | spirv.h | 706 SpvOpTypeRuntimeArray = 29, enumerator
|
/external/angle/third_party/spirv-headers/src/include/spirv/1.2/ |
D | spirv.h | 711 SpvOpTypeRuntimeArray = 29, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.h | 706 SpvOpTypeRuntimeArray = 29, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | spirv.h | 706 SpvOpTypeRuntimeArray = 29, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.h | 711 SpvOpTypeRuntimeArray = 29, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | spirv.h | 711 SpvOpTypeRuntimeArray = 29, enumerator
|
/external/shaderc/spirv-headers/include/spirv/unified1/ |
D | spirv.h | 892 SpvOpTypeRuntimeArray = 29, enumerator 1424 case SpvOpTypeRuntimeArray: *hasResult = true; *hasResultType = false; break; in SpvHasResultAndType()
|
/external/angle/third_party/spirv-headers/src/include/spirv/unified1/ |
D | spirv.h | 1602 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/ |
D | spirv.h | 1514 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/ |
D | spirv.h | 1449 SpvOpTypeRuntimeArray = 29, enumerator 2193 case SpvOpTypeRuntimeArray: *hasResult = true; *hasResultType = false; break; in SpvHasResultAndType()
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | spirv_builder.c | 1432 spirv_buffer_emit_word(&b->types_const_defs, SpvOpTypeRuntimeArray | (3 << 16)); in spirv_builder_type_runtime_array()
|
/external/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.cpp | 1042 case SpvOpTypeRuntimeArray: in is_globally_reachable_op() 1776 result = this->writeInstruction(SpvOpTypeRuntimeArray, in getType()
|