Home
last modified time | relevance | path

Searched refs:m_testType (Results 1 - 25 of 28) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDescriptorLimitsTests.cpp172 , m_testType (testType) in DescriptorLimitTestInstance()
190 const TestType m_testType; member in vkt::pipeline::__anon29403::TestType::DescriptorLimitTestInstance
210 const VkImageUsageFlags imageFlags = m_testType == TestType::InputAttachments in iterate()
212 : m_testType == TestType::StorageImages in iterate()
216 const VkImageLayout finalImageLayout = m_testType == TestType::InputAttachments in iterate()
218 : m_testType == TestType::StorageImages in iterate()
306 if (m_testType == TestType::InputAttachments) in iterate()
345 if (m_testType != TestType::StorageBuffers && m_useCompShader) in iterate()
350 if (m_testType == TestType::Samplers) in iterate()
355 if (m_testType in iterate()
702 const TestType m_testType; global() member in vkt::pipeline::__anon29403::TestType::DescriptorLimitTest
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDescriptorLimitsTests.cpp172 , m_testType (testType) in TestParams()
179 const TestType m_testType; member
188 if (m_testType == TestType::StorageBuffers && m_useCompShader) in getDescCount()
233 const VkImageUsageFlags imageFlags = m_params.m_testType == TestType::InputAttachments in iterate()
235 : m_params.m_testType == TestType::StorageImages in iterate()
239 const VkImageLayout finalImageLayout = m_params.m_testType == TestType::InputAttachments in iterate()
241 : m_params.m_testType == TestType::StorageImages in iterate()
332 if (m_params.m_testType == TestType::InputAttachments) in iterate()
373 if (m_params.m_testType != TestType::StorageBuffers && m_params.m_useCompShader) in iterate()
378 if (m_params.m_testType in iterate()
[all...]
H A DvktPipelinePushConstantTests.cpp1720 const ComputeTestType m_testType; member in vkt::pipeline::__anon28244::PushConstantComputeTest
1734 const ComputeTestType m_testType; member in vkt::pipeline::__anon28244::PushConstantComputeTestInstance
1757 , m_testType (testType) in PushConstantComputeTest()
1768 return new PushConstantComputeTestInstance(context, m_testType, m_pushConstantRange); in createInstance()
1773 if (CTT_UNINITIALIZED == m_testType) in checkSupport()
1801 , m_testType (testType) in PushConstantComputeTestInstance()
1915 if (CTT_UNINITIALIZED != m_testType) in PushConstantComputeTestInstance()
1956 if (CTT_UNINITIALIZED == m_testType) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmNonSemanticInfoTests.cpp80 TestType m_testType; member in vkt::SpirVAssembly::SpvAsmSpirvNonSemanticInfoBasicInstance
86 , m_testType(type) in SpvAsmSpirvNonSemanticInfoBasicInstance()
105 TestType m_testType; member in vkt::SpirVAssembly::SpvAsmSpirvNonSemanticInfoBasicCase
110 , m_testType(type) in SpvAsmSpirvNonSemanticInfoBasicCase()
128 switch (m_testType) in initPrograms()
213 if (m_testType == TT_ANY_CONSTANT_TYPE) in initPrograms()
333 return new SpvAsmSpirvNonSemanticInfoBasicInstance(context, m_testType); in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmNonSemanticInfoTests.cpp80 TestType m_testType; member in vkt::SpirVAssembly::SpvAsmSpirvNonSemanticInfoBasicInstance
86 , m_testType(type) in SpvAsmSpirvNonSemanticInfoBasicInstance()
105 TestType m_testType; member in vkt::SpirVAssembly::SpvAsmSpirvNonSemanticInfoBasicCase
110 , m_testType(type) in SpvAsmSpirvNonSemanticInfoBasicCase()
128 switch (m_testType) in initPrograms()
213 if (m_testType == TT_ANY_CONSTANT_TYPE) in initPrograms()
333 return new SpvAsmSpirvNonSemanticInfoBasicInstance(context, m_testType); in createInstance()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationStateQueryTests.cpp64 const TestType m_testType; member in deqp::gles31::Functional::__anon30911::InterpolationOffsetCase
70 , m_testType (testType) in InterpolationOffsetCase()
72 DE_ASSERT(m_testType < TEST_LAST); in InterpolationOffsetCase()
95 if (m_testType == TEST_MAX_OFFSET)
105 else if (m_testType == TEST_MIN_OFFSET)
H A Des31fLayoutBindingTests.cpp332 const TestType m_testType; member in deqp::gles31::Functional::__anon30834::LayoutBindingRenderCase
367 , m_testType (testType) in LayoutBindingRenderCase()
431 switch (m_testType) in init()
561 switch (m_testType) in initBindingPoints()
717 const TestType m_testType; member in deqp::gles31::Functional::__anon30834::LayoutBindingNegativeCase
753 , m_testType (testType) in LayoutBindingNegativeCase()
847 switch (m_testType) in init()
1101 const bool arrayInstance = (m_testType == TESTTYPE_BINDING_ARRAY || m_testType == TESTTYPE_BINDING_MAX_ARRAY); in iterate()
1140 const bool arrayInstance = (m_testType in generateShaders()
[all...]
H A Des31fShaderMultisampleInterpolationTests.cpp1221 const TestType m_testType;
1226 , m_testType (testType)
1261 if (m_testType == TEST_QUALIFIER_NONE || m_testType == TEST_QUALIFIER_CENTROID || m_testType == TEST_QUALIFIER_SAMPLE)
1263 const char* const qualifier = (m_testType == TEST_QUALIFIER_CENTROID) ? ("centroid ") : (m_testType == TEST_QUALIFIER_SAMPLE) ? ("sample ") : ("");
1267 else if (m_testType == TEST_ARRAY_ELEMENT)
1279 if (m_testType != TEST_ARRAY_ELEMENT)
1295 const char* const arrayIndexing = (m_testType
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemStorageBufferTests.cpp192 const SSBOTestType m_testType; member in vkt::ProtectedMem::__anon28334::StorageBufferTestInstance
216 , m_testType (testType) in StorageBufferTestCase()
228 return new StorageBufferTestInstance<T>(ctx, m_testType, m_shaderType, m_testInput, m_validator, m_pipelineProtectedAccess, m_pipelineFlags); in createInstance()
239 const SSBOTestType m_testType; member in vkt::ProtectedMem::__anon28334::StorageBufferTestCase
258 , m_testType (testType)
344 switch (m_testType) { in initPrograms()
477 if (m_testType == SSBO_READ || m_testType == SSBO_ATOMIC) in executeFragmentTest()
479 vk::VkBuffer targetBuffer = (m_testType == SSBO_ATOMIC) ? **testBuffer : **testBufferSource; in executeFragmentTest()
652 deUint32 dispatchCount = (m_testType in executeComputeTest()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemStorageBufferTests.cpp203 const SSBOTestType m_testType; member in vkt::ProtectedMem::__anon29546::StorageBufferTestInstance
227 , m_testType (testType) in StorageBufferTestCase()
239 return new StorageBufferTestInstance<T>(ctx, m_testType, m_shaderType, m_testInput, m_validator, m_pipelineProtectedAccess, m_pipelineFlags); in createInstance()
250 const SSBOTestType m_testType; member in vkt::ProtectedMem::__anon29546::StorageBufferTestCase
269 , m_testType (testType)
355 switch (m_testType) { in initPrograms()
488 if (m_testType == SSBO_READ || m_testType == SSBO_ATOMIC) in executeFragmentTest()
490 vk::VkBuffer targetBuffer = (m_testType == SSBO_ATOMIC) ? **testBuffer : **testBufferSource; in executeFragmentTest()
663 deUint32 dispatchCount = (m_testType in executeComputeTest()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp375 , m_testType (testType) in ASTCBlockCase2D()
381 DE_ASSERT(!(tcu::isAstcSRGBFormat(m_format) && tcu::astc::isBlockTestTypeHDROnly(m_testType))); // \note There is no HDR sRGB mode, so these would be redundant. in ASTCBlockCase2D()
391 m_renderer->initialize(64, 64, tcu::astc::getBlockTestTypeColorScale(m_testType), tcu::astc::getBlockTestTypeColorBias(m_testType)); in init()
393 generateBlockCaseTestData(m_blockData, m_format, m_testType); in init()
411 if (m_renderer->getASTCSupport() == ASTCSUPPORTLEVEL_LDR && tcu::astc::isBlockTestTypeHDROnly(m_testType)) in iterate()
H A Des3fASTCDecompressionCases.hpp67 const tcu::astc::BlockTestType m_testType; member in deqp::gles3::Functional::ASTCBlockCase2D
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectBinaryTests.cpp413 , m_testType (testType) in ShaderObjectIncompatibleBinaryInstance()
421 const IncompleteBinaryTestType m_testType; member in vkt::ShaderObject::__anon28633::ShaderObjectIncompatibleBinaryInstance
466 if (m_testType == HALF_DATA_SIZE) in iterate()
485 if (m_testType != CREATE_FROM_HALF_SIZE) in iterate()
487 deUint32 i = m_testType == GARBAGE_DATA ? 0u : (deUint32)dataSize / 2u; in iterate()
492 if (m_testType == CREATE_FROM_HALF_SIZE || m_testType == CREATE_FROM_HALF_SIZE_GARBAGE) in iterate()
529 , m_testType (testType) in ShaderObjectIncompatibleBinaryCase()
535 TestInstance* createInstance (Context& context) const override { return new ShaderObjectIncompatibleBinaryInstance(context, m_shaderStage, m_testType); }
539 const IncompleteBinaryTestType m_testType; member in vkt::ShaderObject::__anon28633::ShaderObjectIncompatibleBinaryCase
[all...]
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp1001 const TestType m_testType;
1008 , m_testType (testType)
1059 if (m_testType == TEST_TEX_COORD)
1069 else if (m_testType == TEST_LOD)
1082 else if (m_testType == TEST_TEX_COORD_CUBE)
1175 if (m_testType != TEST_TEX_COORD_CUBE)
1226 if (m_testType != TEST_TEX_COORD_CUBE)
1235 if (m_testType == TEST_TEX_COORD)
1237 else if (m_testType == TEST_LOD)
1239 else if (m_testType
[all...]
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp1365 const TestType m_testType;
1372 , m_testType (testType)
1414 if (m_testType == TEST_TEX_COORD)
1424 else if (m_testType == TEST_LOD || m_testType == TEST_GRAD)
1437 else if (m_testType == TEST_TEX_COORD_CUBE)
1530 if (m_testType != TEST_TEX_COORD_CUBE)
1582 if (m_testType != TEST_TEX_COORD_CUBE)
1591 if (m_testType == TEST_TEX_COORD)
1593 else if (m_testType
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp239 , m_testType (testType) in MaxDrawMeshTasksCountCase()
250 TestType m_testType; member in vkt::MeshShader::__anon28102::MaxDrawMeshTasksCountCase
255 genericCheckSupport(context, (m_testType == TestType::TASK)); in checkSupport()
282 if (m_testType == TestType::TASK) in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingProceduralGeometryTests.cpp508 TestType m_testType; member in vkt::RayTracing::__anon28566::RayTracingProceduralGeometryTestCase
513 , m_testType (testType) in RayTracingProceduralGeometryTestCase()
601 if (m_testType == TestType::TRIANGLE_IN_BETWEEN) in initPrograms()
628 if (m_testType == TestType::TRIANGLE_IN_BETWEEN) in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp239 , m_testType (testType) in MaxDrawMeshTasksCountCase()
250 TestType m_testType; member in vkt::MeshShader::__anon29333::MaxDrawMeshTasksCountCase
255 genericCheckSupport(context, (m_testType == TestType::TASK)); in checkSupport()
282 if (m_testType == TestType::TASK) in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingProceduralGeometryTests.cpp508 TestType m_testType; member in vkt::RayTracing::__anon29746::RayTracingProceduralGeometryTestCase
513 , m_testType (testType) in RayTracingProceduralGeometryTestCase()
601 if (m_testType == TestType::TRIANGLE_IN_BETWEEN) in initPrograms()
628 if (m_testType == TestType::TRIANGLE_IN_BETWEEN) in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryProceduralGeometryTests.cpp379 TestType m_testType; member in vkt::RayQuery::__anon28421::RayQueryProceduralGeometryTestCase
384 , m_testType (testType) in RayQueryProceduralGeometryTestCase()
474 if (m_testType == TestType::TRIANGLE_IN_BETWEEN) in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryProceduralGeometryTests.cpp379 TestType m_testType; member in vkt::RayQuery::__anon29618::RayQueryProceduralGeometryTestCase
384 , m_testType (testType) in RayQueryProceduralGeometryTestCase()
474 if (m_testType == TestType::TRIANGLE_IN_BETWEEN) in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolPerformanceTests.cpp1196 , m_testType (testType) in QueryPoolPerformanceTest()
1203 if (m_testType == TT_ENUMERATE_AND_VALIDATE) in createInstance()
1208 if (m_testType == TT_QUERY) in createInstance()
1214 if (m_testType == TT_QUERY) in createInstance()
1222 if (m_testType == TT_ENUMERATE_AND_VALIDATE) in initPrograms()
1260 TestType m_testType; member in vkt::QueryPool::__anon28358::QueryPoolPerformanceTest
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolPerformanceTests.cpp1191 , m_testType (testType) in QueryPoolPerformanceTest()
1198 if (m_testType == TT_ENUMERATE_AND_VALIDATE) in createInstance()
1203 if (m_testType == TT_QUERY) in createInstance()
1209 if (m_testType == TT_QUERY) in createInstance()
1217 if (m_testType == TT_ENUMERATE_AND_VALIDATE) in initPrograms()
1255 TestType m_testType; member in vkt::QueryPool::__anon29569::QueryPoolPerformanceTest
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiMemoryRequirementInvarianceTests.cpp922 TestType m_testType; member in vkt::api::InvarianceCase
929 , m_testType (testType) in InvarianceCase()
935 if (TT_REQUIREMENTS_MATCHING == m_testType) in createInstance()
943 if (TT_REQUIREMENTS_MATCHING == m_testType) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiMemoryRequirementInvarianceTests.cpp891 TestType m_testType; member in vkt::api::InvarianceCase
899 , m_testType (testType) in InvarianceCase()
905 if (TT_REQUIREMENTS_MATCHING == m_testType) in createInstance()
913 if (TT_REQUIREMENTS_MATCHING == m_testType) in checkSupport()

Completed in 59 milliseconds

12