Searched refs:src_sbuf (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_draw_elements.c | 56 struct svga_buffer *src_sbuf = NULL; in translate_indices() local 67 src_sbuf = svga_buffer(info->index.resource); in translate_indices() 72 if (src_sbuf && !screen->debug.no_cache_index_buffers) { in translate_indices() 74 if (src_sbuf->translated_indices.buffer && in translate_indices() 75 src_sbuf->translated_indices.orig_prim == info->mode && in translate_indices() 76 src_sbuf->translated_indices.new_prim == gen_prim && in translate_indices() 77 src_sbuf->translated_indices.offset == offset && in translate_indices() 78 src_sbuf->translated_indices.count == orig_nr && in translate_indices() 79 src_sbuf->translated_indices.index_size == gen_size) { in translate_indices() 80 pipe_resource_reference(out_buf, src_sbuf->translated_indices.buffer); in translate_indices() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcFramebufferBlitTests.cpp | 2929 *buf_config.src_sbuf = 0; in runMultiColorPatternTest() 3151 *buf_config.src_sbuf = *buf_config.src_dbuf; in runMultiColorPatternTest() 3155 gl.genTextures(1, buf_config.src_sbuf); in runMultiColorPatternTest() 3165 … result &= init_gl_objs<GL_TEXTURE_2D, 0>(gl.bindTexture, 1, buf_config.src_sbuf, in runMultiColorPatternTest() 3168 …result &= clearStencilBuffer(m_fbos[0], GL_STENCIL_ATTACHMENT, GL_TEXTURE_2D, *buf_config.src_sbuf, in runMultiColorPatternTest() 3170 …result &= clearStencilBuffer(m_fbos[0], GL_STENCIL_ATTACHMENT, GL_TEXTURE_2D, *buf_config.src_sbuf, in runMultiColorPatternTest() 3172 …result &= clearStencilBuffer(m_fbos[0], GL_STENCIL_ATTACHMENT, GL_TEXTURE_2D, *buf_config.src_sbuf, in runMultiColorPatternTest() 3174 …result &= clearStencilBuffer(m_fbos[0], GL_STENCIL_ATTACHMENT, GL_TEXTURE_2D, *buf_config.src_sbuf, in runMultiColorPatternTest() 3184 *buf_config.src_sbuf = *buf_config.src_dbuf; in runMultiColorPatternTest() 3188 gl.genRenderbuffers(1, buf_config.src_sbuf); in runMultiColorPatternTest() [all …]
|
D | glcFramebufferBlitTests.hpp | 109 glw::GLuint *src_sbuf = nullptr; member
|