Home
last modified time | relevance | path

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

123

/external/mesa3d/src/gallium/tests/graw/
Dtex-swizzle.c187 return PIPE_SWIZZLE_Y; in char_to_swizzle()
209 swizzle[1] = PIPE_SWIZZLE_Y; in main()
Dtex-srgb.c180 sv_temp.swizzle_g = PIPE_SWIZZLE_Y; in init_tex()
195 sv_temp.swizzle_g = PIPE_SWIZZLE_Y; in init_tex()
Dgraw_util.h318 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/mesa/state_tracker/
Dst_atom_texture.c197 tmpl.swizzle_g = PIPE_SWIZZLE_Y; /* tmpl from Y plane is R8 */ in update_textures()
207 tmpl.swizzle_g = PIPE_SWIZZLE_Y; /* tmpl from Y plane is R16 */ in update_textures()
Dst_sampler_view.c671 templ.swizzle_g = PIPE_SWIZZLE_Y; in st_get_buffer_sampler_view_from_stobj()
/external/mesa3d/src/gallium/auxiliary/util/
Du_sampler.c56 view->swizzle_g = PIPE_SWIZZLE_Y; in default_template()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_shader.c167 PIPE_SWIZZLE_Y, enumerator
177 PIPE_SWIZZLE_Y, enumerator
219 PIPE_SWIZZLE_Y, enumerator
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h189 return PIPE_SWIZZLE_Y; in vk_conv_swizzle()
/external/mesa3d/src/util/format/
Du_format.c255 desc->swizzle[3] == PIPE_SWIZZLE_Y) { in util_format_is_luminance_alpha()
850 case PIPE_SWIZZLE_Y: dst->ui[c] = src->ui[1]; break; in util_format_apply_color_swizzle()
862 case PIPE_SWIZZLE_Y: dst->f[c] = src->f[1]; break; in util_format_apply_color_swizzle()
898 case PIPE_SWIZZLE_Y: in util_format_unswizzle_4f()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_util.c192 case PIPE_SWIZZLE_Y: return SQ_TEX_Y; in tex_swiz()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_image.c433 case PIPE_SWIZZLE_Y: in translate_swizzle()
559 return PIPE_SWIZZLE_Y; in vk_component_mapping_to_pipe_swizzle()
709 tex.swizzle_g = translate_swizzle(PIPE_SWIZZLE_Y); in pack_texture_shader_state_from_buffer_view()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_program.c314 PIPE_SWIZZLE_Y, in lima_create_fs_state()
394 PIPE_SWIZZLE_Y, in lima_update_fs_state()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c330 if (swiz[i] == PIPE_SWIZZLE_Y || swiz[i] == PIPE_SWIZZLE_Z) in get_texture_swiz()
337 STATIC_ASSERT(PIPE_SWIZZLE_Y == TEXTURE_SWIZZLE_GREEN); in get_texture_swiz()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_image.c134 fd5_tex_swiz(img->pfmt, PIPE_SWIZZLE_X, PIPE_SWIZZLE_Y, in emit_image_tex()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_sampler.c197 view->swizzle_g != PIPE_SWIZZLE_Y || in translate_texture_format()
/external/mesa3d/src/gallium/frontends/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/v3d/
Dv3dx_emit.c122 case PIPE_SWIZZLE_Y: in translate_swizzle()
198 unpacked.swizzle_g = translate_swizzle(PIPE_SWIZZLE_Y); in emit_one_texture()
Dv3d_program.c486 key->tex[i].swizzle[1] = PIPE_SWIZZLE_Y; in v3d_setup_shared_key()
514 key->tex[i].swizzle[1] = PIPE_SWIZZLE_Y; in v3d_setup_shared_precompile_key()
Dv3dx_state.c821 case PIPE_SWIZZLE_Y: in translate_swizzle()
1328 tex.swizzle_g = translate_swizzle(PIPE_SWIZZLE_Y); in v3d_create_image_view_texture_shader_state()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_image.c174 PIPE_SWIZZLE_X, PIPE_SWIZZLE_Y, in emit_image_tex()
/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c112 case PIPE_SWIZZLE_Y: in v3d_nir_get_swizzled_channel()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_blitter.c74 src_templ->swizzle_g = PIPE_SWIZZLE_Y; in default_src_texture()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h639 PIPE_SWIZZLE_Y, enumerator
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_tex.c35 case PIPE_SWIZZLE_Y: return fmt->tic.src_y; in nv50_tic_swizzle()

123