HomeSort by relevance Sort by last modified time
    Searched refs:is_stencil (Results 1 - 9 of 9) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cStencilTexturingTests.hpp 62 void dispatch(glw::GLuint program_id, bool is_stencil, glw::GLuint dst_texture_id, glw::GLuint src_texture_id);
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);
gl4cStencilTexturingTests.cpp 656 * @param is_stencil Selects if stencil or depth channel is sampled
660 void FunctionalTest::dispatch(GLuint program_id, bool is_stencil, GLuint dst_texture_id, GLuint src_texture_id)
667 if (false == is_stencil)
809 * @param is_stencil Selects if stencil or depth channel is sampled
813 GLuint FunctionalTest::prepareDestinationTexture(bool is_stencil)
825 if (true == is_stencil)
858 * @param is_stencil Selects if stencil or depth channel is sampled
862 GLuint FunctionalTest::prepareProgram(bool is_draw, bool is_stencil)
874 if (false == is_stencil)
901 if (false == is_stencil)
    [all...]
  /external/mesa3d/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_surface.c 162 struct radeon_surf *surf, bool is_stencil,
186 if (is_stencil)
202 surf_level = is_stencil ? &surf->stencil_level[level] : &surf->level[level];
205 surf_level->pitch_bytes = AddrSurfInfoOut->pitch * (is_stencil ? 1 : surf->bpe);
230 if (is_stencil)
  /external/mesa3d/src/amd/vulkan/
radv_image.c 59 bool is_depth, is_stencil, blendable; local
62 is_stencil = vk_format_has_stencil(desc);
105 if (is_stencil)
195 unsigned block_width, bool is_stencil,
212 is_stencil));
762 bool is_stencil = false; local
782 is_stencil = true;
818 is_stencil ? &image->surface.stencil_level[range->baseMipLevel] : &image->surface.level[range->baseMipLevel], range->baseMipLevel,
820 blk_w, is_stencil, iview->descriptor);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 382 boolean is_stencil, is_depth, blit_depth, blit_stencil; local
404 is_stencil = util_format_has_stencil(src_desc);
407 blit_stencil = is_stencil && (writemask & PIPE_MASK_S);
409 if (is_depth || is_stencil) {
432 is_stencil == blit_stencil &&
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_surface.c 148 struct radeon_surf *surf, bool is_stencil,
174 if (is_stencil)
191 surf_level = is_stencil ? &surf->stencil_level[level] : &surf->level[level];
211 if (is_stencil)
244 if (!is_stencil &&
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.h 286 unsigned block_width, bool is_stencil,
si_descriptors.c 374 * \param is_stencil select between separate Z & Stencil
380 unsigned block_width, bool is_stencil,
386 if (tex->is_depth && !r600_can_sample_zs(tex, is_stencil)) {
388 is_stencil = false;
401 is_stencil));
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_texture.c 203 bool is_depth, is_stencil; local
208 is_stencil = util_format_has_stencil(desc);
234 if (is_stencil)
    [all...]

Completed in 140 milliseconds