Home
last modified time | relevance | path

Searched refs:SAMPLER_BUFFER (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemBufferValidator.cpp62 DE_ASSERT(bufferType == SAMPLER_BUFFER); in generateShaderBufferString()
157 …tcu::StringTemplate validatorShaderTemplate(bufferType == SAMPLER_BUFFER ? validatorShaderTemplate… in initBufferValidatorPrograms()
187 case SAMPLER_BUFFER: return vk::VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER; in getDescriptorType()
DvktProtectedMemBufferValidator.hpp74 SAMPLER_BUFFER, enumerator
88 , m_bufferType (SAMPLER_BUFFER) in BufferValidator()
139 …return m_bufferType == SAMPLER_BUFFER ? (deUint32)sizeof(m_refData) : (deUint32)sizeof(m_refDataSt… in getReferenceDataSize()
145 return m_bufferType == SAMPLER_BUFFER ? (void*)&m_refData : (void*)&m_refDataStorage; in getReferenceDataSrc()
151 if (m_bufferType == SAMPLER_BUFFER) in printReferenceInfo()
237 case SAMPLER_BUFFER: in validateBuffer()
/external/deqp/external/openglcts/modules/common/
DglcExtTokens.cpp102 SAMPLER_BUFFER = GL_SAMPLER_BUFFER; in init()
229 SAMPLER_BUFFER = GL_SAMPLER_BUFFER_EXT; in init()
DglcExtTokens.hpp104 glw::GLenum SAMPLER_BUFFER; member
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferActiveUniformValidation.cpp160 if (uniformType == m_glExtTokens.SAMPLER_BUFFER) in getUniformTypeName()
514 …addTextureParam(m_glExtTokens.SAMPLER_BUFFER, GL_R32F, sizeof(glw::GLfloat), "sampler_buffer", par… in configureParams()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c538 ITEM(SAMPLER_BUFFER), in priority_to_string()