HomeSort by relevance Sort by last modified time
    Searched defs:m_testType (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationStateQueryTests.cpp 64 const TestType m_testType;
70 , m_testType (testType)
72 DE_ASSERT(m_testType < TEST_LAST);
93 if (m_testType == TEST_MAX_OFFSET)
95 else if (m_testType == TEST_MIN_OFFSET)
es31fLayoutBindingTests.cpp 332 const TestType m_testType;
366 , m_testType (testType)
429 switch (m_testType)
549 switch (m_testType)
705 const TestType m_testType;
741 , m_testType (testType)
834 switch (m_testType)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.hpp 67 const tcu::astc::BlockTestType m_testType;
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemStorageBufferTests.cpp 195 const SSBOTestType m_testType;
214 , m_testType (testType)
223 return new StorageBufferTestInstance<T>(ctx, m_testType, m_shaderType, m_testInput, m_validator);
230 const SSBOTestType m_testType;
244 , m_testType (testType)
328 switch (m_testType) {
454 if (m_testType == SSBO_READ || m_testType == SSBO_ATOMIC)
456 vk::VkBuffer targetBuffer = (m_testType == SSBO_ATOMIC) ? **testBuffer : **testBufferSource;
637 deUint32 dispatchCount = (m_testType == SSBO_ATOMIC) ? 4u : 1u
    [all...]

Completed in 1946 milliseconds