Home
last modified time | relevance | path

Searched refs:is_stencil (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cStencilTexturingTests.hpp62 …void dispatch(glw::GLuint program_id, bool is_stencil, glw::GLuint dst_texture_id, glw::GLuint src…
66 glw::GLuint prepareDestinationTexture(bool is_stencil);
68 glw::GLuint prepareProgram(bool is_draw, bool is_stencil);
70 glw::GLuint prepareSourceTexture(glw::GLenum internal_format, bool is_stencil,
75 bool verifyTexture(glw::GLuint id, glw::GLenum source_internal_format, bool is_stencil,
78 bool test(glw::GLenum internal_format, bool is_stencil);
Dgl4cStencilTexturingTests.cpp660 void FunctionalTest::dispatch(GLuint program_id, bool is_stencil, GLuint dst_texture_id, GLuint src… in dispatch() argument
667 if (false == is_stencil) in dispatch()
813 GLuint FunctionalTest::prepareDestinationTexture(bool is_stencil) in prepareDestinationTexture() argument
825 if (true == is_stencil) in prepareDestinationTexture()
862 GLuint FunctionalTest::prepareProgram(bool is_draw, bool is_stencil) in prepareProgram() argument
874 if (false == is_stencil) in prepareProgram()
901 if (false == is_stencil) in prepareProgram()
945 GLuint FunctionalTest::prepareSourceTexture(GLenum internal_format, bool is_stencil, in prepareSourceTexture() argument
974 if (true == is_stencil) in prepareSourceTexture()
1085 bool FunctionalTest::verifyTexture(GLuint id, GLenum source_internal_format, bool is_stencil, in verifyTexture() argument
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_image.c450 bool is_depth, is_stencil; in radv_get_surface_flags() local
453 is_stencil = vk_format_has_stencil(desc); in radv_get_surface_flags()
490 if (is_stencil) in radv_get_surface_flags()
631 unsigned block_width, bool is_stencil, in si_set_mutable_tex_desc_fields() argument
641 if (is_stencil) in si_set_mutable_tex_desc_fields()
681 if (is_stencil) { in si_set_mutable_tex_desc_fields()
708 if (is_stencil) { in si_set_mutable_tex_desc_fields()
735 unsigned index = si_tile_mode_index(plane, base_level, is_stencil); in si_set_mutable_tex_desc_fields()
1520 bool is_stencil = iview->aspect_mask == VK_IMAGE_ASPECT_STENCIL_BIT; in radv_image_view_make_descriptor() local
1552 if (is_stencil) in radv_image_view_make_descriptor()
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c302 bool is_stencil, bool force_dcc_off, uint32_t *state) in si_set_mutable_tex_desc_fields() argument
306 if (tex->is_depth && !si_can_sample_zs(tex, is_stencil)) { in si_set_mutable_tex_desc_fields()
308 is_stencil = false; in si_set_mutable_tex_desc_fields()
315 if (is_stencil) in si_set_mutable_tex_desc_fields()
349 is_stencil ? PIPE_MASK_S : PIPE_MASK_Z)) { in si_set_mutable_tex_desc_fields()
363 if (is_stencil) { in si_set_mutable_tex_desc_fields()
389 if (is_stencil) { in si_set_mutable_tex_desc_fields()
425 unsigned index = si_tile_mode_index(tex, base_level, is_stencil); in si_set_mutable_tex_desc_fields()
Dsi_state.h490 bool is_stencil, bool force_dcc_off, uint32_t *state);
Dsi_texture.c223 bool is_depth, is_stencil; in si_init_surface() local
228 is_stencil = util_format_has_stencil(desc); in si_init_surface()
256 if (is_stencil) in si_init_surface()
Dsi_state.c3660 bool is_stencil = false; in gfx10_make_texture_descriptor() local
3667 is_stencil = true; in gfx10_make_texture_descriptor()
3676 is_stencil = true; in gfx10_make_texture_descriptor()
3680 is_stencil = pipe_format == PIPE_FORMAT_S8_UINT; in gfx10_make_texture_descriptor()
3683 if (tex->upgraded_depth && !is_stencil) { in gfx10_make_texture_descriptor()
/external/mesa3d/src/amd/common/
Dac_surface.c477 struct radeon_surf *surf, bool is_stencil, unsigned level, in gfx6_compute_level() argument
523 if (is_stencil) in gfx6_compute_level()
538 surf_level = is_stencil ? &surf->u.legacy.stencil_level[level] : &surf->u.legacy.level[level]; in gfx6_compute_level()
558 if (is_stencil) in gfx6_compute_level()
645 if (!is_stencil && AddrSurfInfoIn->flags.depth && surf_level->mode == RADEON_SURF_MODE_2D && in gfx6_compute_level()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c209 bool is_depth, is_stencil; in r600_init_surface() local
214 is_stencil = util_format_has_stencil(desc); in r600_init_surface()
227 if (is_stencil) in r600_init_surface()