Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h140 UTIL_FORMAT_COLORSPACE_ZS = 3 enumerator
344 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS && in util_format_has_depth()
351 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS && in util_format_has_stencil()
391 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS && in util_get_depth_format_type()
461 case UTIL_FORMAT_COLORSPACE_ZS: in util_format_colormask()
/external/mesa3d/src/util/format/
Du_format.h133 UTIL_FORMAT_COLORSPACE_ZS = 3 enumerator
508 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS && in util_format_has_depth()
515 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS && in util_format_has_stencil()
588 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS && in util_get_depth_format_type()
658 case UTIL_FORMAT_COLORSPACE_ZS: in util_format_colormask()
Du_format.c629 if (src_format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS || in util_format_translate()
630 dst_format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) { in util_format_translate()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c410 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) in softpipe_is_format_supported()
424 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS) in softpipe_is_format_supported()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_pixelformat.c143 …assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 0) == depth->bits.… in stw_pixelformat_add()
144 …assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 1) == depth->bits.… in stw_pixelformat_add()
/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c100 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) in i915_surface_copy_render()
104 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) in i915_surface_copy_render()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c351 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 0)) { in st_framebuffer_add_renderbuffer()
356 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 1)) { in st_framebuffer_add_renderbuffer()
405 UTIL_FORMAT_COLORSPACE_ZS, 0); in st_visual_to_context_mode()
408 UTIL_FORMAT_COLORSPACE_ZS, 1); in st_visual_to_context_mode()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c304 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS); in lp_depth_type()
353 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS); in get_z_shift_and_mask()
891 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS); in lp_build_depth_stencil_test()
Dlp_test_format.c380 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) { in test_all()
Dlp_screen.c686 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS) in llvmpipe_is_format_supported()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_soa.c87 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) { in lp_build_format_swizzle_soa()
433 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) && in lp_build_fetch_rgba_soa()
706 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS && in lp_build_fetch_rgba_soa()
Dlp_bld_format_aos.c78 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) { in lp_build_format_swizzle_aos()
611 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) && in lp_build_fetch_rgba_aos()
/external/virglrenderer/prebuilt-intermediates/src/
Du_format_table.c2188 UTIL_FORMAT_COLORSPACE_ZS,
2214 UTIL_FORMAT_COLORSPACE_ZS,
2240 UTIL_FORMAT_COLORSPACE_ZS,
2266 UTIL_FORMAT_COLORSPACE_ZS,
2310 UTIL_FORMAT_COLORSPACE_ZS,
2354 UTIL_FORMAT_COLORSPACE_ZS,
2398 UTIL_FORMAT_COLORSPACE_ZS,
2442 UTIL_FORMAT_COLORSPACE_ZS,
2486 UTIL_FORMAT_COLORSPACE_ZS,
2530 UTIL_FORMAT_COLORSPACE_ZS,
[all …]
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.c676 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) in virgl_is_format_supported()
695 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS) in virgl_is_format_supported()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp123 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) in swr_is_format_supported()
139 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS) in swr_is_format_supported()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c1926 bool src_has_color = src_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS; in util_blitter_blit_generic()
1931 dst_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS; in util_blitter_blit_generic()
2189 is_depth = desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS; in util_blitter_generate_mipmap()
2892 UTIL_FORMAT_COLORSPACE_ZS, 1); in util_blitter_stencil_fallback()
/external/mesa3d/src/gallium/frontends/nine/
Dbasetexture9.c518 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) { in NineBaseTexture9_UpdateSamplerView()
Dnine_state.c1321 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS) in NineDevice9_ResolveZ()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1444 if (desc->is_mixed && desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS) in si_translate_colorformat()
1584 case UTIL_FORMAT_COLORSPACE_ZS: in si_translate_texformat()
1736 if (desc->is_mixed && desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS) in si_translate_texformat()
3656 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) { in gfx10_make_texture_descriptor()
3828 num_samples = desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS ? MAX2(1, res->nr_samples) in si_make_texture_descriptor()
3831 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) { in si_make_texture_descriptor()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture.c190 case UTIL_FORMAT_COLORSPACE_ZS: in r300_translate_texformat()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c717 UTIL_FORMAT_COLORSPACE_ZS, 0); in fd3_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c675 UTIL_FORMAT_COLORSPACE_ZS, 0); in fd4_emit_state()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2687 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS) { in r600_translate_texformat()
2710 case UTIL_FORMAT_COLORSPACE_ZS: in r600_translate_texformat()
Dr600_state.c920 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS && in r600_init_color_surface()
936 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS && in r600_init_color_surface()
Devergreen_state.c1262 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS && in evergreen_set_color_surface_common()