Home
last modified time | relevance | path

Searched refs:PIPE_SWIZZLE_NONE (Results 1 - 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_shader.c177 PIPE_SWIZZLE_NONE
187 PIPE_SWIZZLE_NONE
197 PIPE_SWIZZLE_NONE
207 PIPE_SWIZZLE_NONE
217 PIPE_SWIZZLE_NONE
227 PIPE_SWIZZLE_NONE
237 PIPE_SWIZZLE_NONE
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_aos.c279 if (alpha_swizzle != PIPE_SWIZZLE_NONE) { in lp_build_blend_factor()
345 unsigned alpha_swizzle = PIPE_SWIZZLE_NONE; in lp_build_blend_aos()
402 alpha_swizzle != PIPE_SWIZZLE_NONE) { in lp_build_blend_aos()
H A Dlp_bld_depth.c368 if (z_swizzle == PIPE_SWIZZLE_NONE) in get_z_shift_and_mask()
396 if (s_swizzle == PIPE_SWIZZLE_NONE) in get_s_shift_and_mask()
891 assert(z_swizzle != PIPE_SWIZZLE_NONE || in lp_build_depth_stencil_test()
892 s_swizzle != PIPE_SWIZZLE_NONE); in lp_build_depth_stencil_test()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h237 return PIPE_SWIZZLE_NONE; in vk_conv_swizzle()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_tex_state.c55 case PIPE_SWIZZLE_NONE: in pvr_get_hw_swizzle()
H A Dpvr_job_common.c56 case PIPE_SWIZZLE_NONE: in PVRX()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c113 assert(state->swizzle_r < PIPE_SWIZZLE_NONE); in lp_sampler_static_texture_state()
114 assert(state->swizzle_g < PIPE_SWIZZLE_NONE); in lp_sampler_static_texture_state()
115 assert(state->swizzle_b < PIPE_SWIZZLE_NONE); in lp_sampler_static_texture_state()
116 assert(state->swizzle_a < PIPE_SWIZZLE_NONE); in lp_sampler_static_texture_state()
151 assert(state->swizzle_r < PIPE_SWIZZLE_NONE); in lp_sampler_static_texture_state_image()
152 assert(state->swizzle_g < PIPE_SWIZZLE_NONE); in lp_sampler_static_texture_state_image()
153 assert(state->swizzle_b < PIPE_SWIZZLE_NONE); in lp_sampler_static_texture_state_image()
154 assert(state->swizzle_a < PIPE_SWIZZLE_NONE); in lp_sampler_static_texture_state_image()
H A Dlp_bld_format_aos.c84 } else if (desc->swizzle[0] == PIPE_SWIZZLE_NONE) { in lp_build_format_swizzle_aos()
/third_party/mesa3d/src/util/format/
H A Du_format.h550 desc->swizzle[0] != PIPE_SWIZZLE_NONE; in util_format_has_depth()
557 desc->swizzle[1] != PIPE_SWIZZLE_NONE; in util_format_has_stencil()
630 depth_channel != PIPE_SWIZZLE_NONE) { in util_get_depth_format_type()
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c486 { PIPE_SWIZZLE_NONE, PIPE_SWIZZLE_NONE, in translate_attr_convert()
487 PIPE_SWIZZLE_NONE, PIPE_SWIZZLE_NONE }; in translate_attr_convert()
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c104 case PIPE_SWIZZLE_NONE: in v3d_nir_get_swizzled_channel()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h661 PIPE_SWIZZLE_NONE, enumerator
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_format.c314 PIPE_SWIZZLE_0, PIPE_SWIZZLE_1, PIPE_SWIZZLE_NONE }
H A Dd3d12_context.cpp800 case PIPE_SWIZZLE_NONE: return id; in component_mapping()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.h542 case PIPE_SWIZZLE_NONE: return VK_COMPONENT_SWIZZLE_IDENTITY; // ??? in zink_component_mapping()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dbasetexture9.c482 s == PIPE_SWIZZLE_NONE)
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c401 STATIC_ASSERT((enum agx_channel) PIPE_SWIZZLE_NONE & 0x4); in agx_channel_from_pipe()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c145 case PIPE_SWIZZLE_NONE: in vc4_nir_get_swizzled_channel()

Completed in 33 milliseconds