Home
last modified time | relevance | path

Searched refs:swizzle_mask (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.h55 unsigned swizzle_mask(unsigned swizzle, unsigned mask);
Dradeon_compiler_util.c116 unsigned swizzle_mask(unsigned swizzle, unsigned mask) in swizzle_mask() function
Dradeon_optimize.c59 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate); in chain_srcregs()
/external/mesa3d/src/intel/compiler/
Dbrw_ir_vec4.h291 int swizzle, int swizzle_mask);
Dbrw_vec4.cpp1130 int swizzle_mask) in can_reswizzle() argument
1157 if (dst.writemask & ~swizzle_mask) in can_reswizzle()
/external/mesa3d/src/compiler/nir/
Dnir.h2086 INTRINSIC_IDX_ACCESSORS(swizzle_mask, SWIZZLE_MASK, unsigned) in INTRINSIC_IDX_ACCESSORS()
/external/virglrenderer/src/
Dvrend_shader.c3316 … const char *swizzle_mask = (ctx->cfg->use_gles && inst->Memory.Texture == TGSI_TEXTURE_1D_ARRAY) ? in translate_resq() local
3324 swizzle_mask, skip_emit_writemask ? "" : writemask); in translate_resq()