Home
last modified time | relevance | path

Searched refs:lower_unpack_half_2x16 (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_compiler.c53 .lower_unpack_half_2x16 = true,
/external/mesa3d/src/compiler/glsl/
Dlower_packing_builtins.cpp105 *rvalue = lower_unpack_half_2x16(op0); in handle_rvalue()
1225 lower_unpack_half_2x16(ir_rvalue *uint_rval) in lower_unpack_half_2x16() function in __anon0818c89b0111::lower_packing_builtins_visitor
/external/mesa3d/src/compiler/nir/
Dnir_lower_alu_to_scalar.c128 if (!b->shader->options->lower_unpack_half_2x16) in lower_alu_instr_scalar()
Dnir.h1789 bool lower_unpack_half_2x16; member