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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c120 case SpvOpUConvert: return (struct type_args){ 1, 0 };
H A Dspirv_info.c639 case SpvOpUConvert: return "SpvOpUConvert";
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c225 case SpvOpUConvert:
246 case SpvOpUConvert:
349 case SpvOpUConvert:
691 case SpvOpUConvert:
H A Dspirv.h1268 SpvOpUConvert = 113, enumerator in enum:SpvOp_
1914 case SpvOpUConvert: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c2145 case SpvOpUConvert:
5709 case SpvOpUConvert:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_alu.c292 case SpvOpUConvert:
325 case SpvOpUConvert:
H A Dspirv.h928 SpvOpUConvert = 113, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c4292 case SpvOpUConvert:
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c821 case SpvOpUConvert: return "SpvOpUConvert";
H A Dvtn_gather_types.c120 case SpvOpUConvert: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1673 UNOP(nir_op_u2u8, SpvOpUConvert)
1674 UNOP(nir_op_u2u16, SpvOpUConvert)
1675 UNOP(nir_op_u2u32, SpvOpUConvert)
1683 UNOP(nir_op_u2u64, SpvOpUConvert)

Completed in 38 milliseconds