Home
last modified time | relevance | path

Searched refs:PIPE_SWIZZLE_Z (Results 1 – 25 of 62) sorted by relevance

123

/external/mesa3d/src/gallium/tests/graw/
Dtex-srgb.c181 sv_temp.swizzle_b = PIPE_SWIZZLE_Z; in init_tex()
196 sv_temp.swizzle_b = PIPE_SWIZZLE_Z; in init_tex()
Dtex-swizzle.c189 return PIPE_SWIZZLE_Z; in char_to_swizzle()
210 swizzle[2] = PIPE_SWIZZLE_Z; in main()
Dgraw_util.h319 sv_temp.swizzle_b = PIPE_SWIZZLE_Z; in graw_util_create_simple_sampler_view()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_swizzle.c366 swizzles[2] == PIPE_SWIZZLE_Z && in lp_build_swizzle_aos()
377 case PIPE_SWIZZLE_Z: in lp_build_swizzle_aos()
413 case PIPE_SWIZZLE_Z: in lp_build_swizzle_aos()
579 case PIPE_SWIZZLE_Z: in lp_build_swizzle_soa_channel()
/external/mesa3d/src/gallium/auxiliary/util/
Du_sampler.c57 view->swizzle_b = PIPE_SWIZZLE_Z; in default_template()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c225 tmpl.swizzle_b = PIPE_SWIZZLE_Z; in update_textures()
234 tmpl.swizzle_b = PIPE_SWIZZLE_Z; in update_textures()
Dst_sampler_view.c672 templ.swizzle_b = PIPE_SWIZZLE_Z; in st_get_buffer_sampler_view_from_stobj()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h191 return PIPE_SWIZZLE_Z; in vk_conv_swizzle()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_image.c434 case PIPE_SWIZZLE_Z: in translate_swizzle()
561 return PIPE_SWIZZLE_Z; in vk_component_mapping_to_pipe_swizzle()
680 iview->swap_rb = iview->swizzle[0] == PIPE_SWIZZLE_Z; in v3dv_CreateImageView()
710 tex.swizzle_b = translate_swizzle(PIPE_SWIZZLE_Z); in pack_texture_shader_state_from_buffer_view()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_util.c193 case PIPE_SWIZZLE_Z: return SQ_TEX_Z; in tex_swiz()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c330 if (swiz[i] == PIPE_SWIZZLE_Y || swiz[i] == PIPE_SWIZZLE_Z) in get_texture_swiz()
338 STATIC_ASSERT(PIPE_SWIZZLE_Z == TEXTURE_SWIZZLE_BLUE); in get_texture_swiz()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_program.c315 PIPE_SWIZZLE_Z, in lima_create_fs_state()
395 PIPE_SWIZZLE_Z, in lima_update_fs_state()
/external/mesa3d/src/util/format/
Du_format.c851 case PIPE_SWIZZLE_Z: dst->ui[c] = src->ui[2]; break; in util_format_apply_color_swizzle()
863 case PIPE_SWIZZLE_Z: dst->f[c] = src->f[2]; break; in util_format_apply_color_swizzle()
901 case PIPE_SWIZZLE_Z: in util_format_unswizzle_4f()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_shader.c168 PIPE_SWIZZLE_Z, enumerator
178 PIPE_SWIZZLE_Z, enumerator
/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.c198 view->swizzle_b != PIPE_SWIZZLE_Z || in translate_texture_format()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c123 case PIPE_SWIZZLE_Z: in translate_swizzle()
199 unpacked.swizzle_b = translate_swizzle(PIPE_SWIZZLE_Z); in emit_one_texture()
Dv3dx_state.c822 case PIPE_SWIZZLE_Z: in translate_swizzle()
1079 else if (fmt_swizzle[0] == PIPE_SWIZZLE_Z) in v3d_create_sampler_view()
1329 tex.swizzle_b = translate_swizzle(PIPE_SWIZZLE_Z); in v3d_create_image_view_texture_shader_state()
Dv3d_program.c487 key->tex[i].swizzle[2] = PIPE_SWIZZLE_Z; in v3d_setup_shared_key()
515 key->tex[i].swizzle[2] = PIPE_SWIZZLE_Z; in v3d_setup_shared_precompile_key()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_image.c175 PIPE_SWIZZLE_Z, PIPE_SWIZZLE_W)); in emit_image_tex()
Dfd6_format.c400 case PIPE_SWIZZLE_Z: return A6XX_TEX_Z; in fd6_pipe2swiz()
/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c113 case PIPE_SWIZZLE_Z: in v3d_nir_get_swizzled_channel()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_blitter.c75 src_templ->swizzle_b = PIPE_SWIZZLE_Z; in default_src_texture()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h640 PIPE_SWIZZLE_Z, enumerator
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_tex.c36 case PIPE_SWIZZLE_Z : return fmt->tic.src_z; in nv50_tic_swizzle()

123