HomeSort by relevance Sort by last modified time
    Searched refs:lower_unpack_half_2x16 (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_compiler.c 53 .lower_unpack_half_2x16 = true,
  /external/mesa3d/src/compiler/glsl/
lower_packing_builtins.cpp 104 case LOWER_UNPACK_HALF_2x16:
105 *rvalue = lower_unpack_half_2x16(op0);
166 result = op_mask & LOWER_UNPACK_HALF_2x16;
1225 lower_unpack_half_2x16(ir_rvalue *uint_rval) function in class:__anon29213::lower_packing_builtins_visitor
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_lower_alu_to_scalar.c 128 if (!b->shader->options->lower_unpack_half_2x16)
nir.h 1789 bool lower_unpack_half_2x16; member in struct:nir_shader_compiler_options
    [all...]

Completed in 257 milliseconds