Home
last modified time | relevance | path

Searched refs:PIPE_SWIZZLE_W (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_format.c45 case PIPE_SWIZZLE_W: in fd6_pipe2swiz()
65 const unsigned char stencil_swiz[4] = {PIPE_SWIZZLE_W, PIPE_SWIZZLE_W, in fd6_tex_swiz()
66 PIPE_SWIZZLE_W, PIPE_SWIZZLE_W}; in fd6_tex_swiz()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c220 tmpl.swizzle_a = PIPE_SWIZZLE_W; in st_get_sampler_views()
233 tmpl.swizzle_a = PIPE_SWIZZLE_W; in st_get_sampler_views()
244 tmpl.swizzle_a = PIPE_SWIZZLE_W; in st_get_sampler_views()
Dst_cb_copyimage.c353 if (d1->swizzle[i] <= PIPE_SWIZZLE_W && in same_size_and_swizzle()
354 d2->swizzle[i] <= PIPE_SWIZZLE_W && in same_size_and_swizzle()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_image.c48 case PIPE_SWIZZLE_W: in translate_swizzle()
169 tex.swizzle_a = translate_swizzle(PIPE_SWIZZLE_W); in v3dX()
/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.c191 return PIPE_SWIZZLE_W; in char_to_swizzle()
211 swizzle[3] = PIPE_SWIZZLE_W; in main()
Dgraw_util.h323 sv_temp.swizzle_a = PIPE_SWIZZLE_W; in graw_util_create_simple_sampler_view()
/third_party/mesa3d/src/panfrost/lib/
Dpan_util.c61 if (i > PIPE_SWIZZLE_W) in panfrost_invert_swizzle()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_swizzle.c368 swizzles[3] == PIPE_SWIZZLE_W) { in lp_build_swizzle_aos()
379 case PIPE_SWIZZLE_W: in lp_build_swizzle_aos()
417 case PIPE_SWIZZLE_W: in lp_build_swizzle_aos()
583 case PIPE_SWIZZLE_W: in lp_build_swizzle_soa_channel()
Dlp_bld_format_srgb.c356 if (dst_fmt->swizzle[chan] <= PIPE_SWIZZLE_W) { in lp_build_float_to_srgb_packed()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_sampler.c58 view->swizzle_a = PIPE_SWIZZLE_W; in default_template()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_blit.c45 .swizzle = { PIPE_SWIZZLE_X, PIPE_SWIZZLE_Y, PIPE_SWIZZLE_Z, PIPE_SWIZZLE_W }, in panvk_meta_blit()
99 views[1].swizzle[3] = PIPE_SWIZZLE_W; in panvk_meta_blit()
Dpanvk_vX_image.c86 out[i] = PIPE_SWIZZLE_W; in panvk_convert_swizzle()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h234 return PIPE_SWIZZLE_W; in vk_conv_swizzle()
/third_party/mesa3d/src/util/format/
Du_format.c905 dst[i] = swz2[i] <= PIPE_SWIZZLE_W ? in util_format_compose_swizzles()
923 case PIPE_SWIZZLE_W: dst->ui[c] = src->ui[3]; break; in util_format_apply_color_swizzle()
935 case PIPE_SWIZZLE_W: dst->f[c] = src->f[3]; break; in util_format_apply_color_swizzle()
950 if (swz[i] <= PIPE_SWIZZLE_W) in pipe_swizzle_4f()
975 case PIPE_SWIZZLE_W: in util_format_unswizzle_4f()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_util.c201 case PIPE_SWIZZLE_W: in tex_swiz()
/third_party/mesa3d/src/amd/vulkan/
Dvk_format.h229 case PIPE_SWIZZLE_W: in vk_format_get_component_bits()
/third_party/mesa3d/src/panfrost/util/
Dpan_lower_framebuffer.c207 if (desc->swizzle[i] <= PIPE_SWIZZLE_W) in pan_pack_reorder()
222 if (desc->swizzle[i] <= PIPE_SWIZZLE_W) in pan_unpack_reorder()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_sampler.c179 view->swizzle_a != PIPE_SWIZZLE_W) && in translate_texture_format()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_image.c152 PIPE_SWIZZLE_Z, PIPE_SWIZZLE_W) | in emit_image_tex()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c477 || fsrc->Register.SwizzleX == PIPE_SWIZZLE_W in nvfx_fragprog_parse_instruction()
478 || fsrc->Register.SwizzleY == PIPE_SWIZZLE_W in nvfx_fragprog_parse_instruction()
479 || fsrc->Register.SwizzleZ == PIPE_SWIZZLE_W in nvfx_fragprog_parse_instruction()
480 || fsrc->Register.SwizzleW == PIPE_SWIZZLE_W in nvfx_fragprog_parse_instruction()
Dnv30_texture.c211 if (swz <= PIPE_SWIZZLE_W) in swizzle()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_samplers.c241 case PIPE_SWIZZLE_W: in load_bordercolor()
521 PIPE_SWIZZLE_X, PIPE_SWIZZLE_Y, PIPE_SWIZZLE_Z, PIPE_SWIZZLE_W in lower_sample_to_txf_for_integer_tex_impl()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.h73 case PIPE_SWIZZLE_W: outswz[i] = fswz[3]; break; in crocus_combine_swizzle()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_io.c103 if (swiz > PIPE_SWIZZLE_W) { in vc4_nir_get_vattr_channel_vpm()

1234