Home
last modified time | relevance | path

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

12

/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.h322 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()
Du_format.c831 case PIPE_SWIZZLE_Z: dst->ui[c] = src->ui[2]; break; in util_format_apply_color_swizzle()
843 case PIPE_SWIZZLE_Z: dst->f[c] = src->f[2]; break; in util_format_apply_color_swizzle()
881 case PIPE_SWIZZLE_Z: in util_format_unswizzle_4f()
Du_format.h880 case PIPE_SWIZZLE_Z: in util_format_get_component_bits()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_blitter.c79 src_templ->swizzle_b = PIPE_SWIZZLE_Z; in default_src_texture()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_shader.c168 PIPE_SWIZZLE_Z, enumerator
178 PIPE_SWIZZLE_Z, enumerator
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_util.c299 case PIPE_SWIZZLE_Z: return SQ_TEX_Z; in tex_swiz()
Dfd2_gmem.c197 PIPE_SWIZZLE_Z, PIPE_SWIZZLE_W); in emit_mem2gmem_surf()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_image.c111 PIPE_SWIZZLE_Z, PIPE_SWIZZLE_W) | in emit_image_tex()
Dfd5_format.c428 case PIPE_SWIZZLE_Z: return A5XX_TEX_Z; in tex_swiz()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_emit.c121 case PIPE_SWIZZLE_Z: in translate_swizzle()
197 unpacked.swizzle_b = translate_swizzle(PIPE_SWIZZLE_Z); in emit_one_texture()
Dvc5_state.c452 if (desc->swizzle[0] == PIPE_SWIZZLE_Z && in vc5_set_framebuffer_state()
634 case PIPE_SWIZZLE_Z: in translate_swizzle()
Dvc5_program.c306 key->tex[i].swizzle[2] = PIPE_SWIZZLE_Z; in vc5_setup_shared_key()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_sampler.c198 view->swizzle_b != PIPE_SWIZZLE_Z || in translate_texture_format()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h586 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()
/external/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c620 templ.swizzle_b = PIPE_SWIZZLE_Z; in st_get_buffer_sampler_view_from_stobj()
Dst_cb_copyimage.c73 desc->swizzle[2] == PIPE_SWIZZLE_Z) in get_canonical_format()
Dst_cb_drawpixels.c1032 c2 = PIPE_SWIZZLE_Z; in setup_sampler_swizzle()
1037 c0 = PIPE_SWIZZLE_Z; in setup_sampler_swizzle()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_format.c375 case PIPE_SWIZZLE_Z: return A3XX_TEX_Z; in tex_swiz()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c324 STATIC_ASSERT(PIPE_SWIZZLE_Z == TEXTURE_SWIZZLE_BLUE); in get_texture_swiz()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.c426 case PIPE_SWIZZLE_Z: return A4XX_TEX_Z; in tex_swiz()

12