Home
last modified time | relevance | path

Searched refs:nir_op_extract_i8 (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_int64.c649 assert(op == nir_op_extract_u8 || op == nir_op_extract_i8 || in lower_extract()
654 (op == nir_op_extract_u8 || op == nir_op_extract_i8) ? 8 : 16; in lower_extract()
668 if (op == nir_op_extract_i8 || op == nir_op_extract_i16) in lower_extract()
863 case nir_op_extract_i8: in nir_lower_int64_op_to_options_mask()
969 case nir_op_extract_i8: in lower_int64_alu_instr()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h138 nir_op_extract_i8, enumerator
Dnir_opt_algebraic.c28966 nir_op_extract_i8,
28990 nir_op_extract_i8,
29014 nir_op_extract_i8,
29161 nir_op_extract_i8,
29187 nir_op_extract_i8,
29213 nir_op_extract_i8,
31010 nir_op_extract_i8,
31022 nir_op_extract_i8,
31037 nir_op_extract_i8,
31057 nir_op_extract_i8,
[all …]
Dnir_builder_opcodes.h561 return nir_build_alu(build, nir_op_extract_i8, src0, src1, NULL, NULL); in nir_extract_i8()
Dnir_constant_expressions.c46783 case nir_op_extract_i8: in nir_eval_const_opcode()
/external/mesa3d/docs/relnotes/
D18.3.5.rst129 - intel/fs: nir_op_extract_i8 extracts a byte, not a word
D19.0.0.rst1162 - intel/fs: nir_op_extract_i8 extracts a byte, not a word
D19.1.0.rst1975 - intel/fs: nir_op_extract_i8 extracts a byte, not a word
D20.2.0.rst947 - nvir/nir: implement nir_op_extract_i8
/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()
556 src0->op == nir_op_extract_i16 || src0->op == nir_op_extract_i8); in optimize_extract_to_float()
1862 case nir_op_extract_i8: { in nir_emit_alu()
1872 const brw_reg_type type = brw_int_type(1, instr->op == nir_op_extract_i8); in nir_emit_alu()
1874 if (instr->op == nir_op_extract_i8) { in nir_emit_alu()
1893 const brw_reg_type type = brw_int_type(1, instr->op == nir_op_extract_i8); in nir_emit_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp2736 case nir_op_extract_i8: { in visit()