Searched refs:SpvOpTypePointer (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dgl_spirv.c155 case SpvOpTypePointer:
H A Dspirv_to_nir.c1397 if (opcode != SpvOpTypePointer && opcode != SpvOpTypeForwardPointer) {
1571 case SpvOpTypePointer:
1587 if (opcode == SpvOpTypePointer)
1622 if (opcode == SpvOpTypePointer) {
5258 case SpvOpTypePointer:
H A Dspirv.h1194 SpvOpTypePointer = 32, enumerator in enum:SpvOp_
1840 case SpvOpTypePointer: *hasResult = true; *hasResultType = false; break;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dgl_spirv.c155 case SpvOpTypePointer:
H A Dspirv.h854 SpvOpTypePointer = 32, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c1149 if (opcode != SpvOpTypePointer && opcode != SpvOpTypeForwardPointer) {
1348 case SpvOpTypePointer:
1404 if (opcode == SpvOpTypePointer) {
4068 case SpvOpTypePointer:
/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c56 case SpvOpTypePointer: return (struct type_args){ 0, -1 };
H A Dspirv_info.c565 case SpvOpTypePointer: return "SpvOpTypePointer";
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp383 case SpvOpTypePointer: {
391 if (opcode == SpvOpTypePointer)
396 alignment = opcode == SpvOpTypePointer ? types[pointer_types[id]].target_align : 0;
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c747 case SpvOpTypePointer: return "SpvOpTypePointer";
H A Dvtn_gather_types.c56 case SpvOpTypePointer: return (struct type_args){ 0, -1 };
/xsrc/external/mit/MesaLib/dist/src/compiler/clc/
H A Dclc_helpers.cpp554 case SpvOpTypePointer:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1244 return get_type_def(b, SpvOpTypePointer, args, ARRAY_SIZE(args));

Completed in 60 milliseconds