Searched defs:m_interface (Results 1 - 5 of 5) sorted by relevance
/external/deqp/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.hpp | 173 bb::ShaderInterface m_interface; member in class:deqp::gles31::SSBOLayoutCase
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.hpp | 229 ShaderInterface m_interface; member in class:vkt::ssbo::SSBOLayoutCase
|
H A D | vktSSBOLayoutCase.cpp | 1801 const ShaderInterface& m_interface; member in class:vkt::ssbo::SSBOLayoutCaseInstance 1822 , m_interface (interface) 1856 const int numBindings = m_interface.getNumBlocks(); 1859 const BufferBlock& block = m_interface.getBlock(bindingNdx); 1902 const std::vector<int> bufferSizes = computeBufferSizes(m_interface, m_refLayout); 1972 const BufferBlock& block = m_interface.getBlock(bindingNdx); 2159 return new SSBOLayoutCaseInstance(context, m_bufferMode, m_interface, m_refLayout, m_initialData, m_writeData); 2164 computeReferenceLayout (m_refLayout, m_interface); 2165 initRefDataStorage (m_interface, m_refLayout, m_initialData); 2166 initRefDataStorage (m_interface, m_refLayou [all...] |
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.hpp | 311 ShaderInterface m_interface; member in class:vkt::ubo::UniformBlockCase
|
/external/deqp/modules/glshared/ |
H A D | glsUniformBlockCase.hpp | 264 ub::ShaderInterface m_interface; member in class:deqp::gls::UniformBlockCase
|
Completed in 88 milliseconds