Home
last modified time | relevance | path

Searched refs:nir_op_extract_i16 (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h137 nir_op_extract_i16, enumerator
Dnir_builder_opcodes.h556 return nir_build_alu(build, nir_op_extract_i16, src0, src1, NULL, NULL); in nir_extract_i16()
Dnir_opt_algebraic.c29303 nir_op_extract_i16,
29327 nir_op_extract_i16,
34923 nir_op_extract_i16,
35417 nir_op_extract_i16,
35429 nir_op_extract_i16,
388018 [nir_op_extract_i16] = {
Dnir_constant_expressions.c46780 case nir_op_extract_i16: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/nir/
Dnir_lower_int64.c650 op == nir_op_extract_u16 || op == nir_op_extract_i16); in lower_extract()
668 if (op == nir_op_extract_i8 || op == nir_op_extract_i16) in lower_extract()
865 case nir_op_extract_i16: in nir_lower_int64_op_to_options_mask()
971 case nir_op_extract_i16: in lower_int64_alu_instr()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp548 src0->op != nir_op_extract_i8 && src0->op != nir_op_extract_i16) in optimize_extract_to_float()
555 src0->op == nir_op_extract_u16 || src0->op == nir_op_extract_i16 ? 2 : 1, in optimize_extract_to_float()
556 src0->op == nir_op_extract_i16 || src0->op == nir_op_extract_i8); in optimize_extract_to_float()
1900 case nir_op_extract_i16: { in nir_emit_alu()
1901 const brw_reg_type type = brw_int_type(2, instr->op == nir_op_extract_i16); in nir_emit_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp2752 case nir_op_extract_i16: { in visit()
/external/mesa3d/docs/relnotes/
D20.2.0.rst949 - nvir/nir: implement nir_op_extract_i16