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

  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
gl_spirv.c 180 case SpvOpVariable:
spirv.h 1217 SpvOpVariable = 59,
1863 case SpvOpVariable: *hasResult = true; *hasResultType = true; break;
vtn_variables.c 2341 case SpvOpVariable: {
spirv_to_nir.c 5284 case SpvOpVariable:
5577 case SpvOpVariable:
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
gl_spirv.c 180 case SpvOpVariable:
spirv.h 877 SpvOpVariable = 59,
spirv_to_nir.c 4094 case SpvOpVariable:
4128 case SpvOpVariable:
vtn_variables.c 2379 case SpvOpVariable: {
  /xsrc/external/mit/MesaLib.old/src/compiler/spirv/
vtn_gather_types.c 77 case SpvOpVariable: return (struct type_args){ 1, 0 };
spirv_info.c 588 case SpvOpVariable: return "SpvOpVariable";
  /xsrc/external/mit/MesaLib/src/compiler/spirv/
spirv_info.c 770 case SpvOpVariable: return "SpvOpVariable";
vtn_gather_types.c 77 case SpvOpVariable: return (struct type_args){ 1, 0 };
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
spirv_builder.c 1501 spirv_buffer_emit_word(buf, SpvOpVariable | (4 << 16));

Completed in 22 milliseconds