Home
last modified time | relevance | path

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

/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/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/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp120 …BufferBlock& block = m_interface.allocBlock((string("Block") + (char)('A' + m_blockNdx)).c_str(… in generateBlock()
233 …glu::StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx… in generateType()
311 BufferBlock& block = m_interface.allocBlock("Block"); in BlockBasicTypeCase()
331 BufferBlock& block = m_interface.allocBlock("Block"); in BlockBasicUnsizedArrayCase()
360 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructCase()
365 BufferBlock& block = m_interface.allocBlock("Block"); in BlockSingleStructCase()
391 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructArrayCase()
396 BufferBlock& block = m_interface.allocBlock("Block"); in BlockSingleStructArrayCase()
424 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleNestedStructCase()
429 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructCase()
[all …]
DvktSSBOLayoutCase.cpp1928 const ShaderInterface& m_interface; member in vkt::ssbo::SSBOLayoutCaseInstance
1949 , m_interface (interface) in SSBOLayoutCaseInstance()
1983 const int numBindings = m_interface.getNumBlocks(); in iterate()
1986 const BufferBlock& block = m_interface.getBlock(bindingNdx); in iterate()
2028 const std::vector<int> bufferSizes = computeBufferSizes(m_interface, m_refLayout); in iterate()
2099 const BufferBlock& block = m_interface.getBlock(bindingNdx); in iterate()
2297 if (usesRelaxedLayout(m_interface)) in initPrograms()
2308 …text.getDeviceExtensions().end(), "VK_KHR_relaxed_block_layout") && usesRelaxedLayout(m_interface)) in createInstance()
2310 …return new SSBOLayoutCaseInstance(context, m_bufferMode, m_interface, m_refLayout, m_initialData, … in createInstance()
2315 computeReferenceLayout (m_refLayout, m_interface); in init()
[all …]
DvktSSBOLayoutCase.hpp241 ShaderInterface m_interface; member in vkt::ssbo::SSBOLayoutCase
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp48 UniformBlock& block = m_interface.allocBlock("Block"); in BlockBasicTypeCase()
78 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructCase()
83 UniformBlock& block = m_interface.allocBlock("Block"); in BlockSingleStructCase()
103 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructArrayCase()
108 UniformBlock& block = m_interface.allocBlock("Block"); in BlockSingleStructArrayCase()
130 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleNestedStructCase()
135 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructCase()
139 UniformBlock& block = m_interface.allocBlock("Block"); in BlockSingleNestedStructCase()
162 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleNestedStructArrayCase()
167 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.hpp320 ShaderInterface m_interface; member in vkt::ubo::UniformBlockCase
DvktUniformBlockCase.cpp2265 computeStd140Layout(m_uniformLayout, m_interface); in init()
2287 …m_vertShaderSource = generateVertexShader(m_interface, m_uniformLayout, m_blockPointers, m_matrixL… in init()
2288 …m_fragShaderSource = generateFragmentShader(m_interface, m_uniformLayout, m_blockPointers, m_matri… in init()
/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