Home
last modified time | relevance | path

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

123

/external/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.h320 sv_temp.swizzle_a = PIPE_SWIZZLE_W; in graw_util_create_simple_sampler_view()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_format.c401 case PIPE_SWIZZLE_W: return A6XX_TEX_W; in fd6_pipe2swiz()
423 PIPE_SWIZZLE_W, PIPE_SWIZZLE_W, PIPE_SWIZZLE_W, PIPE_SWIZZLE_W in fd6_tex_swiz()
Dfd6_image.c175 PIPE_SWIZZLE_Z, PIPE_SWIZZLE_W)); in emit_image_tex()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_swizzle.c367 swizzles[3] == PIPE_SWIZZLE_W) { in lp_build_swizzle_aos()
378 case PIPE_SWIZZLE_W: in lp_build_swizzle_aos()
414 case PIPE_SWIZZLE_W: in lp_build_swizzle_aos()
580 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()
/external/mesa3d/src/gallium/auxiliary/util/
Du_sampler.c58 view->swizzle_a = PIPE_SWIZZLE_W; in default_template()
/external/mesa3d/src/util/format/
Du_format.c834 dst[i] = swz2[i] <= PIPE_SWIZZLE_W ? in util_format_compose_swizzles()
852 case PIPE_SWIZZLE_W: dst->ui[c] = src->ui[3]; break; in util_format_apply_color_swizzle()
864 case PIPE_SWIZZLE_W: dst->f[c] = src->f[3]; break; in util_format_apply_color_swizzle()
879 if (swz[i] <= PIPE_SWIZZLE_W) in pipe_swizzle_4f()
904 case PIPE_SWIZZLE_W: in util_format_unswizzle_4f()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c226 tmpl.swizzle_a = PIPE_SWIZZLE_W; in update_textures()
235 tmpl.swizzle_a = PIPE_SWIZZLE_W; in update_textures()
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()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h193 return PIPE_SWIZZLE_W; in vk_conv_swizzle()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_util.c194 case PIPE_SWIZZLE_W: return SQ_TEX_W; in tex_swiz()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_program.c316 PIPE_SWIZZLE_W }; in lima_create_fs_state()
396 PIPE_SWIZZLE_W }; in lima_update_fs_state()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_image.c435 case PIPE_SWIZZLE_W: in translate_swizzle()
563 return PIPE_SWIZZLE_W; in vk_component_mapping_to_pipe_swizzle()
711 tex.swizzle_a = translate_swizzle(PIPE_SWIZZLE_W); in pack_texture_shader_state_from_buffer_view()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_image.c135 PIPE_SWIZZLE_Z, PIPE_SWIZZLE_W) | in emit_image_tex()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_sampler.c199 view->swizzle_a != PIPE_SWIZZLE_W ) && in translate_texture_format()
/external/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()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c124 case PIPE_SWIZZLE_W: in translate_swizzle()
200 unpacked.swizzle_a = translate_swizzle(PIPE_SWIZZLE_W); in emit_one_texture()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_io.c103 if (swiz > PIPE_SWIZZLE_W) { in vc4_nir_get_vattr_channel_vpm()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_aos.c360 bld.has_dst_alpha = desc->swizzle[3] <= PIPE_SWIZZLE_W; in lp_build_blend_aos()
/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c114 case PIPE_SWIZZLE_W: in v3d_nir_get_swizzled_channel()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_blitter.c76 src_templ->swizzle_a = PIPE_SWIZZLE_W; in default_src_texture()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c339 STATIC_ASSERT(PIPE_SWIZZLE_W == TEXTURE_SWIZZLE_ALPHA); in get_texture_swiz()

123