Searched refs:SpvOpPtrAccessChain (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c82 case SpvOpPtrAccessChain: return (struct type_args){ 1, 0 };
H A Dspirv_info.c596 case SpvOpPtrAccessChain: return "SpvOpPtrAccessChain";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c778 case SpvOpPtrAccessChain: return "SpvOpPtrAccessChain";
H A Dvtn_gather_types.c82 case SpvOpPtrAccessChain: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h885 SpvOpPtrAccessChain = 67, enumerator in enum:SpvOp_
H A Dvtn_variables.c2394 case SpvOpPtrAccessChain:
2399 chain->ptr_as_array = (opcode == SpvOpPtrAccessChain || opcode == SpvOpInBoundsPtrAccessChain);
H A Dspirv_to_nir.c4134 case SpvOpPtrAccessChain:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1225 SpvOpPtrAccessChain = 67, enumerator in enum:SpvOp_
1871 case SpvOpPtrAccessChain: *hasResult = true; *hasResultType = true; break;
H A Dvtn_variables.c2395 case SpvOpPtrAccessChain:
2400 chain->ptr_as_array = (opcode == SpvOpPtrAccessChain || opcode == SpvOpInBoundsPtrAccessChain);
H A Dspirv_to_nir.c5583 case SpvOpPtrAccessChain:

Completed in 60 milliseconds