Home
last modified time | relevance | path

Searched refs:swizzle_a (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_sampler.c179 view->swizzle_a != PIPE_SWIZZLE_W) && in translate_texture_format()
237 view->swizzle_a == PIPE_SWIZZLE_1) in translate_texture_format()
242 view->swizzle_a == PIPE_SWIZZLE_X) in translate_texture_format()
247 view->swizzle_a == PIPE_SWIZZLE_X) in translate_texture_format()
251 view->swizzle_a); in translate_texture_format()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_tile_cache.c116 tc->swizzle_a == view->swizzle_a); in sp_tex_tile_is_compat_view()
144 tc->swizzle_a = view->swizzle_a; in sp_tex_tile_cache_set_sampler_view()
Dsp_tex_tile_cache.h100 unsigned swizzle_a; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c218 tmpl.swizzle_a = PIPE_SWIZZLE_W; in st_get_sampler_views()
231 tmpl.swizzle_a = PIPE_SWIZZLE_W; in st_get_sampler_views()
242 tmpl.swizzle_a = PIPE_SWIZZLE_W; in st_get_sampler_views()
Dst_sampler_view.c480 (sv->swizzle_a != GET_SWZ(swizzle, 3))); in check_sampler_swizzle()
619 templ.swizzle_a = GET_SWZ(swizzle, 3); in st_create_texture_sampler_view_from_stobj()
743 templ.swizzle_a = PIPE_SWIZZLE_W; in st_get_buffer_sampler_view_from_stobj()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_util.c212 unsigned swizzle_b, unsigned swizzle_a) in fd2_tex_swiz() argument
219 swizzle_a, in fd2_tex_swiz()
Dfd2_util.h47 unsigned swizzle_a);
Dfd2_texture.c192 cso->swizzle_b, cso->swizzle_a) | in fd2_sampler_view_create()
/third_party/mesa3d/src/gallium/tests/graw/
Dtex-srgb.c182 sv_temp.swizzle_a = PIPE_SWIZZLE_W; in init_tex()
197 sv_temp.swizzle_a = PIPE_SWIZZLE_W; in init_tex()
Dtex-swizzle.c145 sv_template.swizzle_a = swizzle[3]; in init_tex()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_image.c75 tex.swizzle_a = v3d_translate_pipe_swizzle(image_view->swizzle[3]); in pack_texture_shader_state_helper()
145 tex.swizzle_a = v3d_translate_pipe_swizzle(PIPE_SWIZZLE_W); in v3dX()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.h42 unsigned swizzle_a);
Dfd5_texture.c154 cso->swizzle_b, cso->swizzle_a); in fd5_sampler_view_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.h42 unsigned swizzle_a);
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_format.h41 unsigned swizzle_a);
Dfd3_texture.c169 cso->swizzle_b, cso->swizzle_a); in fd3_sampler_view_create()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_samplers.h38 unsigned swizzle_a:3; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.h51 unsigned swizzle_g, unsigned swizzle_b, unsigned swizzle_a);
Detnaviv_format.c322 unsigned swizzle_g, unsigned swizzle_b, unsigned swizzle_a) in get_texture_swiz() argument
325 swizzle_r, swizzle_g, swizzle_b, swizzle_a, in get_texture_swiz()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddevice.c116 sv_tmpl.swizzle_a = PIPE_SWIZZLE_1; in vdp_imp_device_create_x11()
328 templ->swizzle_a = PIPE_SWIZZLE_1; in vlVdpDefaultSamplerViewTemplate()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_sampler.c58 view->swizzle_a = PIPE_SWIZZLE_W; in default_template()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex_shadow.c124 lookup[state->tex_swizzles[sampler_binding].swizzle_a] in nir_lower_tex_shadow_impl()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_texture.c229 cso->swizzle_a}; in fd6_sampler_view_update()
250 cso->swizzle_a}, in fd6_sampler_view_update()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c239 …sv_templ.swizzle_r = sv_templ.swizzle_g = sv_templ.swizzle_b = sv_templ.swizzle_a = PIPE_SWIZZLE_X; in vl_video_buffer_sampler_view_planes()
287 sv_templ.swizzle_a = PIPE_SWIZZLE_1; in vl_video_buffer_sampler_view_components()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h175 unsigned swizzle_a:3; member
512 swizzles[3] = bld->static_texture_state->swizzle_a; in apply_sampler_swizzle()

1234