Home
last modified time | relevance | path

Searched refs:queryType (Results 1 – 13 of 13) sorted by relevance

/external/deqp/modules/glshared/
DglsTextureStateQueryTests.hpp78 …string& name, const std::string& description, StateQueryUtil::QueryType queryType, glw::GLenum tar…
79 …string& name, const std::string& description, StateQueryUtil::QueryType queryType, TesterType test…
DglsTextureStateQueryTests.cpp2476 …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/
Des2fIntegerStateQueryTests.cpp2009 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/
Des3fIntegerStateQueryTests.cpp2717 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/
Des31fDebugTests.cpp2985 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/
DvktApiObjectManagementTests.cpp988 VkQueryType queryType; member
995 : queryType (queryType_) in Parameters()
1018 params.queryType, in create()
/external/vulkan-validation-layers/tests/
Dvktestbinding.h761 info.queryType = type; in create_info()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl466 VkQueryType queryType; member
DvkStrUtilImpl.inl2031 s << "\tqueryType = " << value.queryType << '\n';
/external/vulkan-validation-layers/layers/
Dparameter_validation.cpp2480 …if (pCreateInfo->queryType < VK_QUERY_TYPE_BEGIN_RANGE || pCreateInfo->queryType > VK_QUERY_TYPE_E… in PreCreateQueryPool()
Dcore_validation.cpp9912 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/
Dvulkan.h1556 VkQueryType queryType; member
/external/skia/third_party/vulkan/
Dvulkan.h1547 VkQueryType queryType; member