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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c207 case SpvOpBitReverse: return (struct type_args){ 1, 0 };
H A Dspirv_info.c726 case SpvOpBitReverse: return "SpvOpBitReverse";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c908 case SpvOpBitReverse: return "SpvOpBitReverse";
H A Dvtn_gather_types.c207 case SpvOpBitReverse: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h1015 SpvOpBitReverse = 204, enumerator in enum:SpvOp_
H A Dvtn_alu.c261 case SpvOpBitReverse: return nir_op_bitfield_reverse;
H A Dspirv_to_nir.c4371 case SpvOpBitReverse:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1355 SpvOpBitReverse = 204, enumerator in enum:SpvOp_
2001 case SpvOpBitReverse: *hasResult = true; *hasResultType = true; break;
H A Dvtn_alu.c303 case SpvOpBitReverse: return nir_op_bitfield_reverse;
H A Dspirv_to_nir.c5790 case SpvOpBitReverse:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1685 UNOP(nir_op_bitfield_reverse, SpvOpBitReverse)

Completed in 98 milliseconds