Home
last modified time | relevance | path

Searched refs:PIPE_SWIZZLE_W (Results 1 - 25 of 104) sorted by relevance

12345

/third_party/mesa3d/src/mesa/state_tracker/
H A 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()
H A Dst_pbo_compute.c685 if (i > PIPE_SWIZZLE_W) in invert_swizzle()
879 invswizzle[i] = invswizzle[i] == PIPE_SWIZZLE_W ? PIPE_SWIZZLE_1 : PIPE_SWIZZLE_0; in download_texture_compute()
884 if (invswizzle[i] != PIPE_SWIZZLE_W) in download_texture_compute()
892 if (invswizzle[i] != PIPE_SWIZZLE_X && invswizzle[i] != PIPE_SWIZZLE_W) in download_texture_compute()
898 if (invswizzle[i] == PIPE_SWIZZLE_W) in download_texture_compute()
906 if (invswizzle[i] == PIPE_SWIZZLE_W) in download_texture_compute()
H A Dst_cb_copyimage.c364 if (d1->swizzle[i] <= PIPE_SWIZZLE_W && in same_size_and_swizzle()
365 d2->swizzle[i] <= PIPE_SWIZZLE_W && in same_size_and_swizzle()
/third_party/mesa3d/src/gallium/tests/graw/
H A Dtex-swizzle.c191 return PIPE_SWIZZLE_W; in char_to_swizzle()
211 swizzle[3] = PIPE_SWIZZLE_W; in main()
H A Dtex-srgb.c182 sv_temp.swizzle_a = PIPE_SWIZZLE_W; in init_tex()
197 sv_temp.swizzle_a = PIPE_SWIZZLE_W; in init_tex()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_image.c38 PIPE_SWIZZLE_Z, PIPE_SWIZZLE_W};
107 PIPE_SWIZZLE_W}, in fd6_emit_image_descriptor()
/third_party/mesa3d/src/freedreno/fdl/
H A Dfd6_format_table.h44 STATIC_ASSERT((unsigned) A6XX_TEX_W == (unsigned) PIPE_SWIZZLE_W); in fdl6_swiz()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_util.c60 if (i > PIPE_SWIZZLE_W) in panfrost_invert_swizzle()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.c356 swizzles[3] == PIPE_SWIZZLE_W) { in lp_build_swizzle_aos()
367 case PIPE_SWIZZLE_W: in lp_build_swizzle_aos()
402 case PIPE_SWIZZLE_W: in lp_build_swizzle_aos()
566 case PIPE_SWIZZLE_W: in lp_build_swizzle_soa_channel()
/third_party/mesa3d/src/imagination/vulkan/
H A Dvk_format.h52 desc->swizzle[3] == PIPE_SWIZZLE_W; in vk_format_is_alpha_on_msb()
H A Dpvr_tex_state.c53 case PIPE_SWIZZLE_W: in pvr_get_hw_swizzle()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_sampler.c58 view->swizzle_a = PIPE_SWIZZLE_W; in default_template()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_formats.c53 return swizzle[2] == PIPE_SWIZZLE_W; in v3dv_format_swizzle_needs_rb_swap()
62 if (swizzle[0] == PIPE_SWIZZLE_W && in v3dv_format_swizzle_needs_reverse()
72 swizzle[2] == PIPE_SWIZZLE_W && in v3dv_format_swizzle_needs_reverse()
H A Dv3dvx_image.c145 tex.swizzle_a = v3d_translate_pipe_swizzle(PIPE_SWIZZLE_W); in pack_texture_shader_state_from_buffer_view()
H A Dv3dvx_device.c73 swizzle[0] = PIPE_SWIZZLE_W; in encode_border_color()
/third_party/mesa3d/src/broadcom/common/
H A Dv3d_util.c140 case PIPE_SWIZZLE_W: in v3d_translate_pipe_swizzle()
/third_party/mesa3d/src/panfrost/vulkan/
H A 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()
H A Dpanvk_vX_meta_clear.c345 .swizzle = { PIPE_SWIZZLE_X, PIPE_SWIZZLE_Y, PIPE_SWIZZLE_Z, PIPE_SWIZZLE_W }, in panvk_meta_clear_color_img()
412 .swizzle = { PIPE_SWIZZLE_X, PIPE_SWIZZLE_Y, PIPE_SWIZZLE_Z, PIPE_SWIZZLE_W }, in panvk_meta_clear_zs_img()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h234 return PIPE_SWIZZLE_W; in vk_conv_swizzle()
/third_party/mesa3d/src/util/format/
H A Du_format.c906 dst[i] = swz2[i] <= PIPE_SWIZZLE_W ? in util_format_compose_swizzles()
924 case PIPE_SWIZZLE_W: dst->ui[c] = src->ui[3]; break; in util_format_apply_color_swizzle()
936 case PIPE_SWIZZLE_W: dst->f[c] = src->f[3]; break; in util_format_apply_color_swizzle()
951 if (swz[i] <= PIPE_SWIZZLE_W) in pipe_swizzle_4f()
976 case PIPE_SWIZZLE_W: in util_format_unswizzle_4f()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_util.c201 case PIPE_SWIZZLE_W: in tex_swiz()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_image.c152 PIPE_SWIZZLE_Z, PIPE_SWIZZLE_W) | in emit_image_tex()
/third_party/mesa3d/src/microsoft/compiler/
H A 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/panfrost/util/
H A Dpan_lower_framebuffer.c167 if (desc->swizzle[i] <= PIPE_SWIZZLE_W) in pan_pack_reorder()
182 if (desc->swizzle[i] <= PIPE_SWIZZLE_W) in pan_unpack_reorder()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_io.c103 if (swiz > PIPE_SWIZZLE_W) { in vc4_nir_get_vattr_channel_vpm()

Completed in 20 milliseconds

12345