Searched refs:SpvOpTypeRuntimeArray (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dgl_spirv.c152 case SpvOpTypeRuntimeArray:
H A Dspirv.h1191 SpvOpTypeRuntimeArray = 29, enumerator in enum:SpvOp_
1837 case SpvOpTypeRuntimeArray: *hasResult = true; *hasResultType = false; break;
H A Dspirv_to_nir.c1479 case SpvOpTypeRuntimeArray:
1483 if (opcode == SpvOpTypeRuntimeArray) {
5255 case SpvOpTypeRuntimeArray:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dgl_spirv.c152 case SpvOpTypeRuntimeArray:
H A Dspirv.h851 SpvOpTypeRuntimeArray = 29, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c1252 case SpvOpTypeRuntimeArray:
1257 if (opcode == SpvOpTypeRuntimeArray) {
4065 case SpvOpTypeRuntimeArray:
/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c53 case SpvOpTypeRuntimeArray: return (struct type_args){ 0, -1 };
H A Dspirv_info.c562 case SpvOpTypeRuntimeArray: return "SpvOpTypeRuntimeArray";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c744 case SpvOpTypeRuntimeArray: return "SpvOpTypeRuntimeArray";
H A Dvtn_gather_types.c53 case SpvOpTypeRuntimeArray: return (struct type_args){ 0, -1 };
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1270 spirv_buffer_emit_word(&b->types_const_defs, SpvOpTypeRuntimeArray | (3 << 16));

Completed in 54 milliseconds