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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c143 case SpvOpUMod: return (struct type_args){ 1, 0 };
H A Dspirv_info.c662 case SpvOpUMod: return "SpvOpUMod";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c844 case SpvOpUMod: return "SpvOpUMod";
H A Dvtn_gather_types.c143 case SpvOpUMod: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h951 SpvOpUMod = 137, enumerator in enum:SpvOp_
H A Dvtn_alu.c238 case SpvOpUMod: return nir_op_umod;
H A Dspirv_to_nir.c4315 case SpvOpUMod:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1291 SpvOpUMod = 137, enumerator in enum:SpvOp_
1937 case SpvOpUMod: *hasResult = true; *hasResultType = true; break;
H A Dvtn_alu.c280 case SpvOpUMod: return nir_op_umod;
H A Dspirv_to_nir.c5734 case SpvOpUMod:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1791 BINOP(nir_op_umod, SpvOpUMod)

Completed in 38 milliseconds