/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutTests.cpp | 160 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructCase() local 161 typeT.addMember("a", VarType(glu::TYPE_FLOAT_VEC3, PRECISION_MEDIUM)); in BlockSingleNestedStructCase() 162 typeT.addMember("b", VarType(&typeS)); in BlockSingleNestedStructCase() 167 block.addInterfaceMember(InterfaceBlockMember("t", VarType(&typeT), 0)); in BlockSingleNestedStructCase() 194 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructArrayCase() local 195 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT2, PRECISION_MEDIUM)); in BlockSingleNestedStructArrayCase() 196 typeT.addMember("b", VarType(VarType(&typeS), 2)); in BlockSingleNestedStructArrayCase() 201 block.addInterfaceMember(InterfaceBlockMember("t", VarType(VarType(&typeT), 2), 0)); in BlockSingleNestedStructArrayCase() 266 StructType& typeT = m_interface.allocStruct("T"); in BlockMultiNestedStructCase() local 267 typeT.addMember("a", VarType(glu::TYPE_UINT, PRECISION_MEDIUM), FIELD_UNASSIGNED); in BlockMultiNestedStructCase() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformBlockTests.cpp | 169 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() 211 StructType& typeT = m_interface.allocStruct("T"); in init() local 212 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM)); in init() 213 typeT.addMember("b", VarType(&typeS)); in init() 218 block.addUniform(Uniform("t", VarType(&typeT, m_matrixLayoutFlags), 0)); in init() 253 StructType& typeT = m_interface.allocStruct("T"); in init() local 254 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM)); in init() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutTests.cpp | 440 StructType& typeT = m_interface.allocStruct("T"); in init() local 441 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, glu::PRECISION_MEDIUMP)); in init() 442 typeT.addMember("b", VarType(&typeS)); in init() 447 block.addMember(BufferVar("t", VarType(&typeT), ACCESS_READ|ACCESS_WRITE)); in init() 480 StructType& typeT = m_interface.allocStruct("T"); in init() local 481 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, glu::PRECISION_MEDIUMP)); in init() 482 typeT.addMember("b", VarType(VarType(&typeS), 3)); in init() 487 block.addMember(BufferVar("t", VarType(VarType(&typeT), 2), ACCESS_READ)); in init() 607 StructType& typeT = m_interface.allocStruct("T"); in init() local 608 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT4X3, glu::PRECISION_MEDIUMP)); in init() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockTests.cpp | 419 StructType& typeT = m_interface.allocStruct("T"); in init() local 420 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM)); in init() 421 typeT.addMember("b", VarType(&typeS)); in init() 426 block.addUniform(Uniform("t", VarType(&typeT), 0)); in init() 461 StructType& typeT = m_interface.allocStruct("T"); in init() local 462 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM)); in init() 463 typeT.addMember("b", VarType(VarType(&typeS), 3)); in init() 468 block.addUniform(Uniform("t", VarType(VarType(&typeT), 2), 0)); in init() 546 StructType& typeT = m_interface.allocStruct("T"); in init() local 547 typeT.addMember("a", VarType(glu::TYPE_UINT, PRECISION_MEDIUM), UNUSED_BOTH); in init() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockTests.cpp | 156 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructCase() local 157 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM)); in BlockSingleNestedStructCase() 158 typeT.addMember("b", VarType(&typeS)); in BlockSingleNestedStructCase() 163 block.addUniform(Uniform("t", VarType(&typeT), 0)); in BlockSingleNestedStructCase() 186 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructArrayCase() local 187 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM)); in BlockSingleNestedStructArrayCase() 188 typeT.addMember("b", VarType(VarType(&typeS), 3)); in BlockSingleNestedStructArrayCase() 193 block.addUniform(Uniform("t", VarType(VarType(&typeT), 2), 0)); in BlockSingleNestedStructArrayCase() 245 StructType& typeT = m_interface.allocStruct("T"); in BlockMultiNestedStructCase() local 246 typeT.addMember("a", VarType(glu::TYPE_UINT, PRECISION_MEDIUM), UNUSED_BOTH); in BlockMultiNestedStructCase() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutTests.cpp | 544 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructCase() local 545 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, glu::PRECISION_MEDIUMP)); in BlockSingleNestedStructCase() 546 typeT.addMember("b", VarType(&typeS)); in BlockSingleNestedStructCase() 551 block.addMember(BufferVar("t", VarType(&typeT), ACCESS_READ|ACCESS_WRITE)); in BlockSingleNestedStructCase() 582 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructArrayCase() local 583 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, glu::PRECISION_MEDIUMP)); in BlockSingleNestedStructArrayCase() 584 typeT.addMember("b", VarType(VarType(&typeS), 3)); in BlockSingleNestedStructArrayCase() 589 block.addMember(BufferVar("t", VarType(VarType(&typeT), 2), ACCESS_READ)); in BlockSingleNestedStructArrayCase() 703 StructType& typeT = m_interface.allocStruct("T"); in BlockUnsizedNestedStructArrayCase() local 704 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT4X3, glu::PRECISION_MEDIUMP)); in BlockUnsizedNestedStructArrayCase() [all …]
|