Home
last modified time | relevance | path

Searched refs:PIPE_SWIZZLE_Y (Results 1 – 25 of 40) sorted by relevance

12

/external/mesa3d/src/gallium/tests/graw/
Dtex-srgb.c180 sv_temp.swizzle_g = PIPE_SWIZZLE_Y; in init_tex()
195 sv_temp.swizzle_g = PIPE_SWIZZLE_Y; in init_tex()
Dtex-swizzle.c187 return PIPE_SWIZZLE_Y; in char_to_swizzle()
209 swizzle[1] = PIPE_SWIZZLE_Y; in main()
Dgraw_util.h321 sv_temp.swizzle_g = PIPE_SWIZZLE_Y; in graw_util_create_simple_sampler_view()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_swizzle.c365 swizzles[1] == PIPE_SWIZZLE_Y && in lp_build_swizzle_aos()
376 case PIPE_SWIZZLE_Y: in lp_build_swizzle_aos()
412 case PIPE_SWIZZLE_Y: in lp_build_swizzle_aos()
578 case PIPE_SWIZZLE_Y: in lp_build_swizzle_soa_channel()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.c202 desc->swizzle[3] == PIPE_SWIZZLE_Y) { in util_format_is_luminance_alpha()
828 case PIPE_SWIZZLE_Y: dst->ui[c] = src->ui[1]; break; in util_format_apply_color_swizzle()
840 case PIPE_SWIZZLE_Y: dst->f[c] = src->f[1]; break; in util_format_apply_color_swizzle()
876 case PIPE_SWIZZLE_Y: in util_format_unswizzle_4f()
Du_sampler.c56 view->swizzle_g = PIPE_SWIZZLE_Y; in default_template()
Du_format.h865 case PIPE_SWIZZLE_Y: in util_format_get_component_bits()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_util.c298 case PIPE_SWIZZLE_Y: return SQ_TEX_Y; in tex_swiz()
Dfd2_gmem.c190 swiz = fd2_tex_swiz(psurf->format, PIPE_SWIZZLE_X, PIPE_SWIZZLE_Y, in emit_mem2gmem_surf()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c171 tmpl.swizzle_g = PIPE_SWIZZLE_Y; /* tmpl from Y plane is R8 */ in update_textures()
Dst_cb_copyimage.c72 desc->swizzle[1] == PIPE_SWIZZLE_Y && in get_canonical_format()
Dst_cb_drawpixels.c1031 c1 = PIPE_SWIZZLE_Y; in setup_sampler_swizzle()
1038 c1 = PIPE_SWIZZLE_Y; in setup_sampler_swizzle()
/external/mesa3d/src/gallium/state_trackers/nine/
Dbasetexture9.c514 swizzle[1] = PIPE_SWIZZLE_Y; in NineBaseTexture9_UpdateSamplerView()
539 swizzle[0] = PIPE_SWIZZLE_Y; in NineBaseTexture9_UpdateSamplerView()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_sampler.c197 view->swizzle_g != PIPE_SWIZZLE_Y || in translate_texture_format()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h563 PIPE_SWIZZLE_Y, enumerator
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.c421 case PIPE_SWIZZLE_Y: return A5XX_TEX_Y; in tex_swiz()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_tex.c35 case PIPE_SWIZZLE_Y: return fmt->tic.src_y; in nv50_tic_swizzle()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_shader.c275 variant->sampler_view_swizzles[i].g = PIPE_SWIZZLE_Y; in ilo_shader_variant_init()
333 variant->sampler_view_swizzles[i].g = PIPE_SWIZZLE_Y; in ilo_shader_variant_guess()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_format.c374 case PIPE_SWIZZLE_Y: return A3XX_TEX_Y; in tex_swiz()
Dfd3_emit.c322 fd3_tex_swiz(format, PIPE_SWIZZLE_X, PIPE_SWIZZLE_Y, in fd3_emit_gmem_restore_tex()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c40 case PIPE_SWIZZLE_Y: return fmt->tic.src_y; in nv50_tic_swizzle()
257 templ.swizzle_g = PIPE_SWIZZLE_Y; in gm107_create_texture_view_from_image()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.c422 case PIPE_SWIZZLE_Y: return A4XX_TEX_Y; in tex_swiz()
Dfd4_emit.c327 fd4_tex_swiz(format, PIPE_SWIZZLE_X, PIPE_SWIZZLE_Y, in fd4_emit_gmem_restore_tex()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture.c133 case PIPE_SWIZZLE_Y: in r300_get_swizzle_combined()
Dr300_state_derived.c868 depth_swizzle[j] = PIPE_SWIZZLE_Y; in r300_merge_textures_and_samplers()

12