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

  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemBufferValidator.cpp 62 DE_ASSERT(bufferType == SAMPLER_BUFFER);
157 tcu::StringTemplate validatorShaderTemplate(bufferType == SAMPLER_BUFFER ? validatorShaderTemplateSamplerBuffer : validatorShaderTemplateStorageBuffer);
187 case SAMPLER_BUFFER: return vk::VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER;
vktProtectedMemBufferValidator.hpp 73 SAMPLER_BUFFER,
87 , m_bufferType (SAMPLER_BUFFER)
135 return m_bufferType == SAMPLER_BUFFER ? (deUint32)sizeof(m_refData) : (deUint32)sizeof(m_refDataStorage);
141 return m_bufferType == SAMPLER_BUFFER ? (void*)&m_refData : (void*)&m_refDataStorage;
147 if (m_bufferType == SAMPLER_BUFFER)
233 case SAMPLER_BUFFER:
  /external/deqp/external/openglcts/modules/common/
glcExtTokens.cpp 102 SAMPLER_BUFFER = GL_SAMPLER_BUFFER;
229 SAMPLER_BUFFER = GL_SAMPLER_BUFFER_EXT;
glcExtTokens.hpp 104 glw::GLenum SAMPLER_BUFFER;
  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferActiveUniformValidation.cpp 160 if (uniformType == m_glExtTokens.SAMPLER_BUFFER)
474 "uniform highp samplerBuffer sampler_buffer;\n"
481 " outColor = texelFetch(sampler_buffer, 0);\n"
514 addTextureParam(m_glExtTokens.SAMPLER_BUFFER, GL_R32F, sizeof(glw::GLfloat), "sampler_buffer", params);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_debug.c 448 ITEM(SAMPLER_BUFFER),

Completed in 570 milliseconds