Home
last modified time | relevance | path

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

/third_party/boost/libs/numeric/conversion/test/
Dtest_helpers3.cpp121 #define TEST_SUCCEEDING_CONVERSION(Conv,typeT,typeS,valueT,valueS) \ argument
124 #define TEST_POS_OVERFLOW_CONVERSION(Conv,typeT,typeS,valueS) \ argument
125 … test_conv_base( ConversionInstance< Conv >( static_cast< typeT >(0), valueS, c_pos_overflow ) )
127 #define TEST_NEG_OVERFLOW_CONVERSION(Conv,typeT,typeS,valueS) \ argument
128 … test_conv_base( ConversionInstance< Conv >( static_cast< typeT >(0), valueS, c_neg_overflow ) )
132 #define TEST_SUCCEEDING_CONVERSION_DEF(typeT,typeS,valueT,valueS) \ argument
133 TEST_SUCCEEDING_CONVERSION( DEF_CONVERTER(typeT,typeS), typeT, typeS, valueT, valueS )
135 #define TEST_POS_OVERFLOW_CONVERSION_DEF(typeT,typeS,valueS) \ argument
136 TEST_POS_OVERFLOW_CONVERSION( DEF_CONVERTER(typeT,typeS), typeT, typeS, valueS )
138 #define TEST_NEG_OVERFLOW_CONVERSION_DEF(typeT,typeS,valueS) \ argument
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutTests.cpp160 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 …]
/third_party/vk-gl-cts/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()
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 …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp440 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 …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockTests.cpp419 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 …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp156 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 …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp545 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructCase() local
546 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, glu::PRECISION_MEDIUMP)); in BlockSingleNestedStructCase()
547 typeT.addMember("b", VarType(&typeS)); in BlockSingleNestedStructCase()
552 block.addMember(BufferVar("t", VarType(&typeT), ACCESS_READ|ACCESS_WRITE)); in BlockSingleNestedStructCase()
583 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructArrayCase() local
584 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT3, glu::PRECISION_MEDIUMP)); in BlockSingleNestedStructArrayCase()
585 typeT.addMember("b", VarType(VarType(&typeS), 3)); in BlockSingleNestedStructArrayCase()
590 block.addMember(BufferVar("t", VarType(VarType(&typeT), 2), ACCESS_READ)); in BlockSingleNestedStructArrayCase()
704 StructType& typeT = m_interface.allocStruct("T"); in BlockUnsizedNestedStructArrayCase() local
705 typeT.addMember("a", VarType(glu::TYPE_FLOAT_MAT4X3, glu::PRECISION_MEDIUMP)); in BlockUnsizedNestedStructArrayCase()
[all …]