Home
last modified time | relevance | path

Searched refs:m_bufferType (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemBufferValidator.hpp87 , m_bufferType (SAMPLER_BUFFER) in BufferValidator()
94 , m_bufferType (STORAGE_BUFFER) in BufferValidator()
111 BufferType m_bufferType; member in vkt::ProtectedMem::BufferValidator
117 initBufferValidatorPrograms(programCollection, TYPE_UINT, m_bufferType); in initPrograms()
123 initBufferValidatorPrograms(programCollection, TYPE_INT, m_bufferType); in initPrograms()
129 initBufferValidatorPrograms(programCollection, TYPE_FLOAT, m_bufferType); in initPrograms()
135 …return m_bufferType == SAMPLER_BUFFER ? (deUint32)sizeof(m_refData) : (deUint32)sizeof(m_refDataSt… in getReferenceDataSize()
141 return m_bufferType == SAMPLER_BUFFER ? (void*)&m_refData : (void*)&m_refDataStorage; in getReferenceDataSrc()
147 if (m_bufferType == SAMPLER_BUFFER) in printReferenceInfo()
162 } else if (m_bufferType == STORAGE_BUFFER) in printReferenceInfo()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1142 , m_bufferType (bufferType) in BufferImplementation()
1167 …const VkDescriptorType bufferDescriptorType = (m_bufferType == BUFFER_TYPE_UNIFORM ? VK_DESCRIPTOR… in BufferImplementation()
1223 …const VkAccessFlags accessFlags = (m_mode == ACCESS_MODE_READ ? (m_bufferType == BUFFER_TYPE_UNIFO… in getSyncInfo()
1245 const BufferType m_bufferType; member in vkt::synchronization::__anon7f0213210111::ShaderAccess::BufferImplementation
1617 , m_bufferType (bufferType) in BufferSupport()
1620 …, m_shaderPrefix (std::string(m_mode == ACCESS_MODE_READ ? "read_" : "write_") + (m_bufferType == … in BufferSupport()
1624 DE_ASSERT(m_bufferType == BUFFER_TYPE_UNIFORM || m_bufferType == BUFFER_TYPE_STORAGE); in BufferSupport()
1626 DE_ASSERT(m_mode == ACCESS_MODE_READ || m_bufferType == BUFFER_TYPE_STORAGE); in BufferSupport()
1627 DE_ASSERT(m_bufferType != BUFFER_TYPE_UNIFORM || m_resourceDesc.size.x() <= MAX_UBO_RANGE); in BufferSupport()
1637 const std::string bufferTypeStr = (m_bufferType == BUFFER_TYPE_UNIFORM ? "uniform" : "buffer"); in initPrograms()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp1051 const BufferType m_bufferType; member in vkt::compute::__anon6ab2e88f0111::BufferToBufferInvertTest
1069 const BufferType m_bufferType; member in vkt::compute::__anon6ab2e88f0111::BufferToBufferInvertTestInstance
1083 , m_bufferType (bufferType) in BufferToBufferInvertTest()
1089 DE_ASSERT(m_bufferType == BUFFER_TYPE_UNIFORM || m_bufferType == BUFFER_TYPE_SSBO); in BufferToBufferInvertTest()
1115 if (m_bufferType == BUFFER_TYPE_UNIFORM) in initPrograms()
1135 else if (m_bufferType == BUFFER_TYPE_SSBO) in initPrograms()
1161 … new BufferToBufferInvertTestInstance(context, m_numValues, m_localSize, m_workSize, m_bufferType); in createInstance()
1170 , m_bufferType (bufferType) in BufferToBufferInvertTestInstance()
1187 …const VkBufferUsageFlags inputBufferUsageFlags = (m_bufferType == BUFFER_TYPE_UNIFORM ? VK_BUFFER… in iterate()
1188 …const VkDescriptorType inputBufferDescriptorType = (m_bufferType == BUFFER_TYPE_UNIFORM ? VK_DESCR… in iterate()
[all …]
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp435 , m_bufVarrAtt (ctx, m_bufferType, m_varrType, m_program) in ES3Types()
437 , m_bufTfAtt (ctx, m_bufferType, m_tfType) in ES3Types()
Des3fIntegerStateQueryTests.cpp2174 , m_bufferType (bufferType) in BufferBindingTestCase()
2186 gl.glBindBuffer(m_bufferType, bufferObject); in test()
2197 const GLenum m_bufferType; member in deqp::gles3::Functional::__anon6971cba40111::BufferBindingTestCase
/external/deqp/modules/glshared/
DglsLifetimeTests.hpp361 SimpleType m_bufferType; member in deqp::gls::LifetimeTests::details::ES2Types
DglsLifetimeTests.cpp722 , m_bufferType (ctx, "buffer", &CallLogWrapper::glGenBuffers, in ES2Types()
754 &m_bufferType, &m_textureType, &m_rboType, &m_fboType, &m_shaderType, &m_programType in ES2Types()
/external/deqp/modules/gles2/functional/
Des2fIntegerStateQueryTests.cpp1721 , m_bufferType (bufferType) in BufferBindingTestCase()
1733 gl.glBindBuffer(m_bufferType, bufferObject); in test()
1744 const GLenum m_bufferType; member in deqp::gles2::Functional::__anon24bc53020111::BufferBindingTestCase