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

  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.h 53 bool use_texcoord, bool swizzle_xxxx);
st_cb_bitmap_shader.c 41 bool swizzle_xxxx; member in struct:tgsi_bitmap_transform
114 if (ctx->swizzle_xxxx) {
132 bool use_texcoord, bool swizzle_xxxx)
146 ctx.swizzle_xxxx = swizzle_xxxx;
st_program.c     [all...]
  /external/mesa3d/src/compiler/nir/
nir_lower_bitmap.c 49 * If L8_UNORM, options->swizzle_xxxx is true. Otherwise we can just use
106 options->swizzle_xxxx ? 0 : 3));
nir.h 2522 bool swizzle_xxxx; member in struct:nir_lower_bitmap_options
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_alu.c 177 static struct rc_src_register swizzle_xxxx(struct rc_src_register reg) function
413 negate(swizzle_xxxx(srctemp)),
448 emit1(c, inst->Prev, RC_OPCODE_LG2, 0, tempdst, swizzle_xxxx(inst->U.I.SrcReg[0]));
449 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1]));
981 swizzle_xxxx(src),
985 absolute(swizzle_xxxx(src)),
986 swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg)));
988 swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg)),
989 absolute(swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg))),
990 negate(swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg))))
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir_builder.h 213 ir_swizzle *swizzle_xxxx(operand a);
ir_builder.cpp 115 swizzle_xxxx(operand a) function in namespace:ir_builder
117 return swizzle(a, SWIZZLE_XXXX, 4);
141 return swizzle(a, SWIZZLE_XXXX, 1);
  /external/mesa3d/src/amd/vulkan/
radv_image.c 269 const unsigned char swizzle_xxxx[4] = {0, 0, 0, 0}; local
270 vk_format_compose_swizzles(mapping, swizzle_xxxx, swizzle);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c 2227 const unsigned char swizzle_xxxx[4] = {0, 0, 0, 0}; local
    [all...]
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 672 return swizzle_xxxx(val);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 2810 const unsigned char swizzle_xxxx[4] = {0, 0, 0, 0}; local
    [all...]

Completed in 211 milliseconds