Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h140 nir_op_extract_u8, enumerator
Dnir_opt_algebraic.c14158 nir_op_extract_u8,
28895 nir_op_extract_u8,
28912 nir_op_extract_u8,
28942 nir_op_extract_u8,
29038 nir_op_extract_u8,
29064 nir_op_extract_u8,
29090 nir_op_extract_u8,
29116 nir_op_extract_u8,
30085 nir_op_extract_u8,
30112 nir_op_extract_u8,
[all …]
Dnir_builder_opcodes.h571 return nir_build_alu(build, nir_op_extract_u8, src0, src1, NULL, NULL); in nir_extract_u8()
Dnir_constant_expressions.c46789 case nir_op_extract_u8: in nir_eval_const_opcode()
/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()
862 case nir_op_extract_u8: in nir_lower_int64_op_to_options_mask()
968 case nir_op_extract_u8: in lower_int64_alu_instr()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp547 if (src0->op != nir_op_extract_u8 && src0->op != nir_op_extract_u16 && in optimize_extract_to_float()
1861 case nir_op_extract_u8: in nir_emit_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp2728 case nir_op_extract_u8: { in visit()
/external/mesa3d/docs/relnotes/
D20.2.0.rst946 - nvir/nir: implement nir_op_extract_u8