Home
last modified time | relevance | path

Searched refs:typeT (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fUniformBlockTests.cpp169 StructType& typeT = m_interface.allocStruct("T"); in init() local
170 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM)); in init()
171 typeT.addMember("b", VarType(&typeS)); in init()
176 block.addUniform(Uniform("t", VarType(&typeT), 0)); in init()
209 StructType& typeT = m_interface.allocStruct("T"); in init() local
210 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM)); in init()
211 typeT.addMember("b", VarType(VarType(&typeS), 3)); in init()
216 block.addUniform(Uniform("t", VarType(VarType(&typeT), 2), 0)); in init()
291 StructType& typeT = m_interface.allocStruct("T"); in init() local
292 typeT.addMember("a", VarType(glu::TYPE_UINT, PRECISION_MEDIUM), UNUSED_BOTH); in init()
[all …]
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp436 StructType& typeT = m_interface.allocStruct("T"); in init() local
437 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, glu::PRECISION_MEDIUMP)); in init()
438 typeT.addMember("b", VarType(&typeS)); in init()
443 block.addMember(BufferVar("t", VarType(&typeT), ACCESS_READ|ACCESS_WRITE)); in init()
476 StructType& typeT = m_interface.allocStruct("T"); in init() local
477 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, glu::PRECISION_MEDIUMP)); in init()
478 typeT.addMember("b", VarType(VarType(&typeS), 3)); in init()
483 block.addMember(BufferVar("t", VarType(VarType(&typeT), 2), ACCESS_READ)); in init()
603 StructType& typeT = m_interface.allocStruct("T"); in init() local
604 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT4X3, glu::PRECISION_MEDIUMP)); in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp429 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructCase() local
430 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, glu::PRECISION_MEDIUMP)); in BlockSingleNestedStructCase()
431 typeT.addMember("b", VarType(&typeS)); in BlockSingleNestedStructCase()
436 block.addMember(BufferVar("t", VarType(&typeT), ACCESS_READ|ACCESS_WRITE)); in BlockSingleNestedStructCase()
467 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructArrayCase() local
468 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, glu::PRECISION_MEDIUMP)); in BlockSingleNestedStructArrayCase()
469 typeT.addMember("b", VarType(VarType(&typeS), 3)); in BlockSingleNestedStructArrayCase()
474 block.addMember(BufferVar("t", VarType(VarType(&typeT), 2), ACCESS_READ)); in BlockSingleNestedStructArrayCase()
588 StructType& typeT = m_interface.allocStruct("T"); in BlockUnsizedNestedStructArrayCase() local
589 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT4X3, glu::PRECISION_MEDIUMP)); in BlockUnsizedNestedStructArrayCase()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp135 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructCase() local
136 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM)); in BlockSingleNestedStructCase()
137 typeT.addMember("b", VarType(&typeS)); in BlockSingleNestedStructCase()
142 block.addUniform(Uniform("t", VarType(&typeT), 0)); in BlockSingleNestedStructCase()
167 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructArrayCase() local
168 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM)); in BlockSingleNestedStructArrayCase()
169 typeT.addMember("b", VarType(VarType(&typeS), 3)); in BlockSingleNestedStructArrayCase()
174 block.addUniform(Uniform("t", VarType(VarType(&typeT), 2), 0)); in BlockSingleNestedStructArrayCase()
230 StructType& typeT = m_interface.allocStruct("T"); in BlockMultiNestedStructCase() local
231 typeT.addMember("a", VarType(glu::TYPE_UINT, PRECISION_MEDIUM), UNUSED_BOTH); in BlockMultiNestedStructCase()
[all …]