Searched refs:m_bufferType (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 1071 const BufferType m_bufferType; member in vkt::compute::__anon7e6288a60111::BufferToBufferInvertTest 1089 const BufferType m_bufferType; member in vkt::compute::__anon7e6288a60111::BufferToBufferInvertTestInstance 1103 , m_bufferType (bufferType) in BufferToBufferInvertTest() 1109 DE_ASSERT(m_bufferType == BUFFER_TYPE_UNIFORM || m_bufferType == BUFFER_TYPE_SSBO); in BufferToBufferInvertTest() 1135 if (m_bufferType == BUFFER_TYPE_UNIFORM) in initPrograms() 1155 else if (m_bufferType == BUFFER_TYPE_SSBO) in initPrograms() 1181 … new BufferToBufferInvertTestInstance(context, m_numValues, m_localSize, m_workSize, m_bufferType); in createInstance() 1190 , m_bufferType (bufferType) in BufferToBufferInvertTestInstance() 1207 …const VkBufferUsageFlags inputBufferUsageFlags = (m_bufferType == BUFFER_TYPE_UNIFORM ? VK_BUFFER… in iterate() 1208 …const VkDescriptorType inputBufferDescriptorType = (m_bufferType == BUFFER_TYPE_UNIFORM ? VK_DESCR… in iterate() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fLifetimeTests.cpp | 435 , m_bufVarrAtt (ctx, m_bufferType, m_varrType, m_program) in ES3Types() 437 , m_bufTfAtt (ctx, m_bufferType, m_tfType) in ES3Types()
|
D | es3fIntegerStateQueryTests.cpp | 2154 , m_bufferType (bufferType) in BufferBindingTestCase() 2166 gl.glBindBuffer(m_bufferType, bufferObject); in test() 2177 const GLenum m_bufferType; member in deqp::gles3::Functional::__anon9400f6bb0111::BufferBindingTestCase
|
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.hpp | 361 SimpleType m_bufferType; member in deqp::gls::LifetimeTests::details::ES2Types
|
D | glsLifetimeTests.cpp | 560 , m_bufferType (ctx, "buffer", &CallLogWrapper::glGenBuffers, in ES2Types() 592 &m_bufferType, &m_textureType, &m_rboType, &m_fboType, &m_shaderType, &m_programType in ES2Types()
|
/external/deqp/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 1701 , m_bufferType (bufferType) in BufferBindingTestCase() 1713 gl.glBindBuffer(m_bufferType, bufferObject); in test() 1724 const GLenum m_bufferType; member in deqp::gles2::Functional::__anon4f4b7e190111::BufferBindingTestCase
|