Home
last modified time | relevance | path

Searched refs:m_interface (Results 1 – 15 of 15) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp48 UniformBlock& block = m_interface.allocBlock("Block"); in BlockBasicTypeCase()
75 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructCase()
80 UniformBlock& block = m_interface.allocBlock("Block"); in BlockSingleStructCase()
100 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructArrayCase()
105 UniformBlock& block = m_interface.allocBlock("Block"); in BlockSingleStructArrayCase()
127 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleNestedStructCase()
132 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructCase()
136 UniformBlock& block = m_interface.allocBlock("Block"); in BlockSingleNestedStructCase()
159 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleNestedStructArrayCase()
164 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructArrayCase()
[all …]
DvktRandomUniformBlockCase.cpp99 UniformBlock& block = m_interface.allocBlock(std::string("Block") + (char)('A' + m_blockNdx)); in generateBlock()
166 …StructType& structType = m_interface.allocStruct(std::string("s") + genName('A', 'Z', m_structNdx)… in generateType()
DvktUniformBlockCase.hpp311 ShaderInterface m_interface; member in vkt::ubo::UniformBlockCase
DvktUniformBlockCase.cpp2009 computeStd140Layout(m_uniformLayout, m_interface); in init()
2031 m_vertShaderSource = generateVertexShader(m_interface, m_uniformLayout, m_blockPointers); in init()
2032 m_fragShaderSource = generateFragmentShader(m_interface, m_uniformLayout, m_blockPointers); in init()
/external/deqp/modules/gles3/functional/
Des3fUniformBlockTests.cpp63 UniformBlock& block = m_interface.allocBlock("Block"); in BlockBasicTypeCase()
96 StructType& typeS = m_interface.allocStruct("S"); in init()
101 UniformBlock& block = m_interface.allocBlock("Block"); in init()
129 StructType& typeS = m_interface.allocStruct("S"); in init()
134 UniformBlock& block = m_interface.allocBlock("Block"); in init()
164 StructType& typeS = m_interface.allocStruct("S"); in init()
169 StructType& typeT = m_interface.allocStruct("T"); in init()
173 UniformBlock& block = m_interface.allocBlock("Block"); in init()
204 StructType& typeS = m_interface.allocStruct("S"); in init()
209 StructType& typeT = m_interface.allocStruct("T"); in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp118 …BufferBlock& block = m_interface.allocBlock((string("Block") + (char)('A' + m_blockNdx)).c_str(… in generateBlock()
223 …glu::StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx… in generateType()
301 BufferBlock& block = m_interface.allocBlock("Block"); in BlockBasicTypeCase()
321 BufferBlock& block = m_interface.allocBlock("Block"); in BlockBasicUnsizedArrayCase()
350 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructCase()
355 BufferBlock& block = m_interface.allocBlock("Block"); in BlockSingleStructCase()
381 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructArrayCase()
386 BufferBlock& block = m_interface.allocBlock("Block"); in BlockSingleStructArrayCase()
414 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleNestedStructCase()
419 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructCase()
[all …]
DvktSSBOLayoutCase.cpp1801 const ShaderInterface& m_interface; member in vkt::ssbo::SSBOLayoutCaseInstance
1822 , m_interface (interface) in SSBOLayoutCaseInstance()
1856 const int numBindings = m_interface.getNumBlocks(); in iterate()
1859 const BufferBlock& block = m_interface.getBlock(bindingNdx); in iterate()
1902 const std::vector<int> bufferSizes = computeBufferSizes(m_interface, m_refLayout); in iterate()
1972 const BufferBlock& block = m_interface.getBlock(bindingNdx); in iterate()
2159 …return new SSBOLayoutCaseInstance(context, m_bufferMode, m_interface, m_refLayout, m_initialData, … in createInstance()
2164 computeReferenceLayout (m_refLayout, m_interface); in init()
2165 initRefDataStorage (m_interface, m_refLayout, m_initialData); in init()
2166 initRefDataStorage (m_interface, m_refLayout, m_writeData); in init()
[all …]
DvktSSBOLayoutCase.hpp229 ShaderInterface m_interface; member in vkt::ssbo::SSBOLayoutCase
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp125 …BufferBlock& block = m_interface.allocBlock((string("Block") + (char)('A' + m_blockNdx)).c_str(… in generateBlock()
236 …glu::StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx… in generateType()
314 BufferBlock& block = m_interface.allocBlock("Block"); in BlockBasicTypeCase()
332 BufferBlock& block = m_interface.allocBlock("Block"); in BlockBasicUnsizedArrayCase()
363 StructType& typeS = m_interface.allocStruct("S"); in init()
368 BufferBlock& block = m_interface.allocBlock("Block"); in init()
396 StructType& typeS = m_interface.allocStruct("S"); in init()
401 BufferBlock& block = m_interface.allocBlock("Block"); in init()
431 StructType& typeS = m_interface.allocStruct("S"); in init()
436 StructType& typeT = m_interface.allocStruct("T"); in init()
[all …]
Des31fUniformBlockTests.cpp65 UniformBlock& block = m_interface.allocBlock("Block"); in BlockBasicTypeCase()
98 StructType& typeS = m_interface.allocStruct("S"); in init()
103 UniformBlock& block = m_interface.allocBlock("Block"); in init()
Des31fSSBOLayoutCase.cpp2105 computeReferenceLayout (refLayout, m_interface); in iterate()
2106 initRefDataStorage (m_interface, refLayout, initialData); in iterate()
2107 initRefDataStorage (m_interface, refLayout, writeData); in iterate()
2110 copyNonWrittenData (m_interface, refLayout, initialData.pointers, writeData.pointers); in iterate()
2112 …amSources() << glu::ComputeSource(generateComputeShader(m_glslVersion, m_interface, refLayout, ini… in iterate()
2159 const vector<int> bufferSizes = computeBufferSizes(m_interface, glLayout); in iterate()
2231 for (int blockDeclNdx = 0; blockDeclNdx < m_interface.getNumBlocks(); blockDeclNdx++) in iterate()
2233 const BufferBlock& block = m_interface.getBlock(blockDeclNdx); in iterate()
2282 int numBlocks = m_interface.getNumBlocks(); in compareStdBlocks()
2286 const BufferBlock& block = m_interface.getBlock(blockNdx); in compareStdBlocks()
[all …]
Des31fSSBOLayoutCase.hpp173 bb::ShaderInterface m_interface; member in deqp::gles31::SSBOLayoutCase
/external/deqp/modules/glshared/
DglsRandomUniformBlockCase.cpp87 …UniformBlock& block = m_interface.allocBlock((string("Block") + (char)('A' + m_blockNdx)).c_str… in generateBlock()
173 …StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_… in generateType()
DglsUniformBlockCase.cpp1405 computeStd140Layout(refLayout, m_interface); in iterate()
1430 generateVertexShader(vtxSrc, m_glslVersion, m_interface, refLayout, blockPointers); in iterate()
1431 generateFragmentShader(fragSrc, m_glslVersion, m_interface, refLayout, blockPointers); in iterate()
1579 int numBlocks = m_interface.getNumUniformBlocks(); in compareStd140Blocks()
1583 const UniformBlock& block = m_interface.getUniformBlock(blockNdx); in compareStd140Blocks()
1658 int numBlocks = m_interface.getNumUniformBlocks(); in compareSharedBlocks()
1662 const UniformBlock& block = m_interface.getUniformBlock(blockNdx); in compareSharedBlocks()
1732 int numBlocks = m_interface.getNumUniformBlocks(); in compareTypes()
1736 const UniformBlock& block = m_interface.getUniformBlock(blockNdx); in compareTypes()
DglsUniformBlockCase.hpp264 ub::ShaderInterface m_interface; member in deqp::gls::UniformBlockCase