Searched defs:swizzle_xxxx (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap_shader.c41 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;
130 st_get_bitmap_shader(const struct tgsi_token *tokens, unsigned tex_target, unsigned sampler_index, bool use_texcoord, bool swizzle_xxxx) argument
/external/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp115 swizzle_xxxx(operand a) function in namespace:ir_builder
/external/mesa3d/src/amd/vulkan/
H A Dradv_image.c269 const unsigned char swizzle_xxxx[4] = {0, 0, 0, 0}; local
270 vk_format_compose_swizzles(mapping, swizzle_xxxx, swizzle);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c177 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(srcre
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c2227 const unsigned char swizzle_xxxx[4] = {0, 0, 0, 0}; local
2284 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE);
2289 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE);
2300 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE);
2304 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE);
2310 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE);
2322 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c2810 const unsigned char swizzle_xxxx[4] = {0, 0, 0, 0}; local
2829 util_format_compose_swizzles(swizzle_xxxx, state_swizzle, swizzle);
/external/mesa3d/src/compiler/nir/
H A Dnir.h2522 bool swizzle_xxxx; member in struct:nir_lower_bitmap_options

Completed in 1271 milliseconds