Home
last modified time | relevance | path

Searched refs:pipe_swizzle (Results 1 - 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.h41 enum pipe_swizzle swizzles[4];
45 pipe_to_isl_swizzle(const enum pipe_swizzle pswz, bool green_to_blue) in pipe_to_isl_swizzle()
53 pipe_to_isl_swizzles(const enum pipe_swizzle pswz[4]) in pipe_to_isl_swizzles()
64 crocus_combine_swizzle(enum pipe_swizzle outswz[4], in crocus_combine_swizzle()
65 const enum pipe_swizzle fswz[4], in crocus_combine_swizzle()
66 const enum pipe_swizzle vswz[4]) in crocus_combine_swizzle()
225 enum pipe_swizzle swizzle[4];
H A Dcrocus_pipe.h69 pipe_swizzle_to_isl_channel(enum pipe_swizzle swizzle) in pipe_swizzle_to_isl_channel()
/third_party/mesa3d/src/amd/vulkan/
H A Dvk_format.h45 static inline enum pipe_swizzle
60 return (enum pipe_swizzle)chan[vk_swiz - VK_COMPONENT_SWIZZLE_R]; in radv_swizzle_conv()
68 enum pipe_swizzle dst[4]) in vk_format_compose_swizzles()
H A Dradv_nir_lower_ycbcr_textures.c188 enum pipe_swizzle swizzles[4]; in build_swizzled_components()
H A Dradv_image.c683 enum pipe_swizzle swizzle[4]) in radv_compose_swizzle()
721 enum pipe_swizzle swizzle[4]; in radv_make_buffer_descriptor()
963 enum pipe_swizzle swizzle[4]; in gfx10_make_texture_descriptor()
1123 enum pipe_swizzle swizzle[4]; in si_make_texture_descriptor()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_shader.c170 static const enum pipe_swizzle copy_alpha[PIPE_SWIZZLE_MAX] = {
180 static const enum pipe_swizzle set_alpha[PIPE_SWIZZLE_MAX] = {
190 static const enum pipe_swizzle set_000X[PIPE_SWIZZLE_MAX] = {
200 static const enum pipe_swizzle set_XXXX[PIPE_SWIZZLE_MAX] = {
210 static const enum pipe_swizzle set_XXX1[PIPE_SWIZZLE_MAX] = {
220 static const enum pipe_swizzle set_XXXY[PIPE_SWIZZLE_MAX] = {
230 static const enum pipe_swizzle set_YYYY[PIPE_SWIZZLE_MAX] = {
339 const enum pipe_swizzle *swizzle_tab; in svga_init_shader_key_common()
/third_party/mesa3d/src/broadcom/common/
H A Dv3d_util.h44 v3d_translate_pipe_swizzle(enum pipe_swizzle swizzle);
H A Dv3d_util.c130 v3d_translate_pipe_swizzle(enum pipe_swizzle swizzle) in v3d_translate_pipe_swizzle()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_pipe.h69 pipe_swizzle_to_isl_channel(enum pipe_swizzle swizzle) in pipe_swizzle_to_isl_channel()
H A Diris_state.c2323 fmt_swizzle(const struct iris_format_info *fmt, enum pipe_swizzle swz) in fmt_swizzle()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_format.h63 const enum pipe_swizzle *swizzle;
H A Dd3d12_format.c312 static const enum pipe_swizzle name ## _SWIZZLE[PIPE_SWIZZLE_MAX] = \
329 const enum pipe_swizzle *swizzle = IDENTITY_SWIZZLE; in d3d12_get_format_info()
H A Dd3d12_context.cpp791 component_mapping(enum pipe_swizzle swizzle, D3D12_SHADER_COMPONENT_MAPPING id) in component_mapping()
829 component_mapping((pipe_swizzle)sampler_view->swizzle_override_r, D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_0), in d3d12_init_sampler_view_descriptor()
830 component_mapping((pipe_swizzle)sampler_view->swizzle_override_g, D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_1), in d3d12_init_sampler_view_descriptor()
831 component_mapping((pipe_swizzle)sampler_view->swizzle_override_b, D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_2), in d3d12_init_sampler_view_descriptor()
832 component_mapping((pipe_swizzle)sampler_view->swizzle_override_a, D3D12_SHADER_COMPONENT_MAPPING_FROM_MEMORY_COMPONENT_3) in d3d12_init_sampler_view_descriptor()
942 pipe_swizzle swizzle[4] = { in d3d12_create_sampler_view()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.h533 zink_component_mapping(enum pipe_swizzle swizzle) in zink_component_mapping()
548 enum pipe_swizzle
549 zink_clamp_void_swizzle(const struct util_format_description *desc, enum pipe_swizzle swizzle);
H A Dzink_context.c847 enum pipe_swizzle
848 zink_clamp_void_swizzle(const struct util_format_description *desc, enum pipe_swizzle swizzle) in zink_clamp_void_swizzle()
862 ALWAYS_INLINE static enum pipe_swizzle
863 clamp_zs_swizzle(enum pipe_swizzle swizzle) in clamp_zs_swizzle()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.h103 enum pipe_swizzle swizzle);
H A Dlp_bld_format_soa.c88 enum pipe_swizzle swizzle; in lp_build_format_swizzle_soa()
112 enum pipe_swizzle swizzle = format_desc->swizzle[chan]; in lp_build_format_swizzle_soa()
802 enum pipe_swizzle swizzle = format_desc->swizzle[chan]; in lp_build_fetch_rgba_soa()
H A Dlp_bld_format_aos.c76 enum pipe_swizzle swizzle; in lp_build_format_swizzle_aos()
585 enum pipe_swizzle swizzle = format_desc->swizzle[j]; in lp_build_fetch_rgba_aos()
H A Dlp_bld_swizzle.c560 enum pipe_swizzle swizzle) in lp_build_swizzle_soa_channel()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h220 static inline enum pipe_swizzle vk_conv_swizzle(VkComponentSwizzle swiz) in vk_conv_swizzle()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_tex_state.c40 enum pipe_swizzle swz) in pvr_get_hw_swizzle()
61 unreachable("Unknown enum pipe_swizzle"); in pvr_get_hw_swizzle()
H A Dpvr_job_common.c40 pvr_get_pbe_hw_swizzle(VkComponentSwizzle comp, enum pipe_swizzle swz) in PVRX()
62 unreachable("Unknown enum pipe_swizzle"); in PVRX()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h654 enum pipe_swizzle { enum
/third_party/mesa3d/src/util/format/
H A Du_format.c543 enum pipe_swizzle swizzle = dst_desc->swizzle[chan]; in util_is_format_compatible()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c393 agx_channel_from_pipe(enum pipe_swizzle in) in agx_channel_from_pipe()

Completed in 44 milliseconds

12