/external/deqp/modules/glshared/ |
D | glsTextureStateQueryTests.hpp | 78 …string& name, const std::string& description, StateQueryUtil::QueryType queryType, glw::GLenum tar… 79 …string& name, const std::string& description, StateQueryUtil::QueryType queryType, TesterType test…
|
D | glsTextureStateQueryTests.cpp | 2476 …Ctx, const std::string& name, const std::string& description, QueryType queryType, glw::GLenum tar… in createTexParamTest() argument 2502 …xtureSwizzleCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, tester, queryType); in createTexParamTest() 2507 … TextureWrapCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, tester, queryType); in createTexParamTest() 2511 …extureFilterCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, tester, queryType); in createTexParamTest() 2515 …w TextureLODCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, tester, queryType); in createTexParamTest() 2519 …TextureLevelCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, tester, queryType); in createTexParamTest() 2522 …eCompareModeCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, tester, queryType); in createTexParamTest() 2525 …eCompareFuncCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, tester, queryType); in createTexParamTest() 2528 …xtureImmutableLevelsCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, queryType); in createTexParamTest() 2531 …xtureImmutableFormatCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, queryType); in createTexParamTest() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 2009 const QueryType queryType = QUERYTYPES[_queryTypeNdx]; \ 2182 …ufferBindingTestCase (m_context, queryType, (std::string("array_buffer_binding") + getQueryTy… in init() 2183 …erBindingTestCase (m_context, queryType, (std::string("element_array_buffer_binding") + getQuer… in init() 2185 …rogramBindingTestCase (m_context, queryType, (std::string("current_program_binding") + getQueryT… in init() 2188 …bufferBindingTestCase (m_context, queryType, (std::string("renderbuffer_binding") + getQueryTy… in init() 2190 …extureBindingTestCase (m_context, queryType, (std::string("texture_binding_2d") + getQueryTyp… in init() 2191 …tureBindingTestCase (m_context, queryType, (std::string("texture_binding_cube_map") + getQuery… in init() 2193 …eBufferBindingTestCase (m_context, queryType, (std::string("framebuffer_binding") + getQueryTy… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fIntegerStateQueryTests.cpp | 2717 const QueryType queryType = QUERYTYPES[_queryTypeNdx]; \ 2982 …ufferBindingTestCase(m_context, queryType, (std::string(bufferBindingStates[testNdx].name) + getQu… in init() 2985 …ufferBindingTestCase (m_context, queryType, (std::string("element_array_buffer_binding") + getQuer… in init() 2986 …edbackBindingTestCase (m_context, queryType, (std::string("transform_feedback_binding") + getQuery… in init() 2987 …rogramBindingTestCase (m_context, queryType, (std::string("current_program_binding") + getQueryT… in init() 2988 …xArrayBindingTestCase (m_context, queryType, (std::string("vertex_array_binding") + getQueryTy… in init() 2991 …bufferBindingTestCase (m_context, queryType, (std::string("renderbuffer_binding") + getQueryTy… in init() 2992 …lerObjectBindingTestCase (m_context, queryType, (std::string("sampler_binding") + getQueryType… in init() 3010 …TextureBindingTestCase(m_context, queryType, (std::string(textureBindings[testNdx].name) + getQuer… in init() 3014 …meBufferBindingTestCase (m_context, queryType, (std::string("framebuffer_binding") + getQueryTy… in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDebugTests.cpp | 2985 const QueryType queryType = QUERY_BOOLEAN; \ in init() 2990 const QueryType queryType = QUERY_INTEGER; \ in init() 2995 const QueryType queryType = QUERY_INTEGER64; \ in init() 3000 const QueryType queryType = QUERY_FLOAT; \ in init() 3010 const QueryType queryType = QUERY_ISENABLED; \ in init() 3022 limits[ndx].target, limits[ndx].limit, queryType))); in init() 3025 … "Test DEBUG_OUTPUT", GL_DEBUG_OUTPUT, IsEnabledCase::INITIAL_CTX_IS_DEBUG, queryType))); in init() 3026 …G_OUTPUT_SYNCHRONOUS", GL_DEBUG_OUTPUT_SYNCHRONOUS, IsEnabledCase::INITIAL_FALSE, queryType))); in init() 3028 … + postfix).c_str(), "Test DEBUG_LOGGED_MESSAGES", GL_DEBUG_LOGGED_MESSAGES, queryType))); in init() 3029 …_str(), "Test DEBUG_NEXT_LOGGED_MESSAGE_LENGTH", GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH, queryType))); in init() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 988 VkQueryType queryType; member 995 : queryType (queryType_) in Parameters() 1018 params.queryType, in create()
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.h | 761 info.queryType = type; in create_info()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 466 VkQueryType queryType; member
|
D | vkStrUtilImpl.inl | 2031 s << "\tqueryType = " << value.queryType << '\n';
|
/external/vulkan-validation-layers/layers/ |
D | parameter_validation.cpp | 2480 …if (pCreateInfo->queryType < VK_QUERY_TYPE_BEGIN_RANGE || pCreateInfo->queryType > VK_QUERY_TYPE_E… in PreCreateQueryPool()
|
D | core_validation.cpp | 9912 if (queryPoolData->second.createInfo.queryType == VK_QUERY_TYPE_PIPELINE_STATISTICS && in validateSecondaryCommandBufferState() 9925 activeTypes.insert(queryPoolData->second.createInfo.queryType); in validateSecondaryCommandBufferState() 9930 …!= dev_data->queryPoolMap.end() && activeTypes.count(queryPoolData->second.createInfo.queryType)) { in validateSecondaryCommandBufferState() 9938 … queryPoolData->second.createInfo.queryType, reinterpret_cast<void *>(pSubCB->commandBuffer)); in validateSecondaryCommandBufferState()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 1556 VkQueryType queryType; member
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 1547 VkQueryType queryType; member
|