Home
last modified time | relevance | path

Searched defs:swizzle1 (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/gles3/scripts/
Dgen-swizzle-math-operations.py93 def __init__(self, name, swizzle1, swizzle2, inputs1, inputs2, operator, outputs): argument
169 swizzle1 = "".join(map(lambda x: swizzleComponents[x], swizzleIndices)) variable
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_quad.c97 static const unsigned char swizzle1[] = { /* no-op swizzle */ in lp_build_packed_ddx_ddy_onecoord() local
Dlp_bld_sample.c376 static const unsigned char swizzle1[] = { in lp_build_rho() local
1892 static const unsigned char swizzle1[] = { in lp_build_cube_lookup() local
/external/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c273 swizzle_swizzle(unsigned swizzle1, unsigned swizzle2) in swizzle_swizzle()
/external/mesa3d/src/intel/isl/
Disl_tiled_memcpy.c324 uint32_t swizzle1 = (xo1 >> 3) & swizzle_bit; in linear_to_ytiled() local
488 uint32_t swizzle1 = (xo1 >> 3) & swizzle_bit; in ytiled_to_linear() local
/external/mesa3d/src/compiler/nir/
Dnir_lower_flrp.c268 const uint8_t *const swizzle1 = instr->src[1].swizzle; in sources_are_constants_with_similar_magnitudes() local
/external/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp2600 unsigned swizzle1 = BRW_GET_SWZ(reg.swizzle, 1); in apply_logical_swizzle() local
2614 unsigned swizzle1 = BRW_GET_SWZ(reg.swizzle, 1); in apply_logical_swizzle() local
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c366 static struct ureg swizzle1( struct ureg reg, int x ) in swizzle1() function