HomeSort by: relevance | last modified time | path
    Searched refs:SpvOpExtInst (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/src/compiler/spirv/
vtn_gather_types.c 42 case SpvOpExtInst: return (struct type_args){ 1, 0 };
spirv_info.c 547 case SpvOpExtInst: return "SpvOpExtInst";
  /xsrc/external/mit/MesaLib/src/compiler/spirv/
spirv_info.c 729 case SpvOpExtInst: return "SpvOpExtInst";
vtn_gather_types.c 42 case SpvOpExtInst: return (struct type_args){ 1, 0 };
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv.h 836 SpvOpExtInst = 12,
spirv_to_nir.c 410 case SpvOpExtInst: {
4124 case SpvOpExtInst:
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv.h 1176 SpvOpExtInst = 12,
1822 case SpvOpExtInst: *hasResult = true; *hasResultType = true; break;
spirv_to_nir.c 553 case SpvOpExtInst: {
4851 case SpvOpExtInst: {
5289 case SpvOpExtInst: {
5573 case SpvOpExtInst:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
spirv_builder.c 1081 spirv_buffer_emit_word(&b->instructions, SpvOpExtInst | (words << 16));

Completed in 21 milliseconds