Home
last modified time | relevance | path

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

12

/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.cpp2029 const QueryType queryType = (QUERYTYPES)[_queryTypeNdx]; \
2202 …ufferBindingTestCase (m_context, queryType, (std::string("array_buffer_binding") + getQueryTy… in init()
2203 …erBindingTestCase (m_context, queryType, (std::string("element_array_buffer_binding") + getQuer… in init()
2205 …rogramBindingTestCase (m_context, queryType, (std::string("current_program_binding") + getQueryT… in init()
2208 …bufferBindingTestCase (m_context, queryType, (std::string("renderbuffer_binding") + getQueryTy… in init()
2210 …extureBindingTestCase (m_context, queryType, (std::string("texture_binding_2d") + getQueryTyp… in init()
2211 …tureBindingTestCase (m_context, queryType, (std::string("texture_binding_cube_map") + getQuery… in init()
2213 …eBufferBindingTestCase (m_context, queryType, (std::string("framebuffer_binding") + getQueryTy… in init()
/external/swiftshader/src/Vulkan/
DVkQueryPool.cpp28 if(pCreateInfo->queryType == VK_QUERY_TYPE_PIPELINE_STATISTICS) in QueryPool()
/external/deqp/modules/gles3/functional/
Des3fIntegerStateQueryTests.cpp2737 const QueryType queryType = (QUERYTYPES)[_queryTypeNdx]; \
3002 …ufferBindingTestCase(m_context, queryType, (std::string(bufferBindingStates[testNdx].name) + getQu… in init()
3005 …ufferBindingTestCase (m_context, queryType, (std::string("element_array_buffer_binding") + getQuer… in init()
3006 …edbackBindingTestCase (m_context, queryType, (std::string("transform_feedback_binding") + getQuery… in init()
3007 …rogramBindingTestCase (m_context, queryType, (std::string("current_program_binding") + getQueryT… in init()
3008 …xArrayBindingTestCase (m_context, queryType, (std::string("vertex_array_binding") + getQueryTy… in init()
3011 …bufferBindingTestCase (m_context, queryType, (std::string("renderbuffer_binding") + getQueryTy… in init()
3012 …lerObjectBindingTestCase (m_context, queryType, (std::string("sampler_binding") + getQueryType… in init()
3030 …TextureBindingTestCase(m_context, queryType, (std::string(textureBindings[testNdx].name) + getQuer… in init()
3034 …meBufferBindingTestCase (m_context, queryType, (std::string("framebuffer_binding") + getQueryTy… in init()
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp2998 const QueryType queryType = QUERY_BOOLEAN; \ in init()
3003 const QueryType queryType = QUERY_INTEGER; \ in init()
3008 const QueryType queryType = QUERY_INTEGER64; \ in init()
3013 const QueryType queryType = QUERY_FLOAT; \ in init()
3023 const QueryType queryType = QUERY_ISENABLED; \ in init()
3035 limits[ndx].target, limits[ndx].limit, queryType))); in init()
3038 … "Test DEBUG_OUTPUT", GL_DEBUG_OUTPUT, IsEnabledCase::INITIAL_CTX_IS_DEBUG, queryType))); in init()
3039 …G_OUTPUT_SYNCHRONOUS", GL_DEBUG_OUTPUT_SYNCHRONOUS, IsEnabledCase::INITIAL_FALSE, queryType))); in init()
3041 … + postfix).c_str(), "Test DEBUG_LOGGED_MESSAGES", GL_DEBUG_LOGGED_MESSAGES, queryType))); in init()
3042 …_str(), "Test DEBUG_NEXT_LOGGED_MESSAGE_LENGTH", GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH, queryType))); in init()
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_query.c760 switch(pCreateInfo->queryType) { in radv_CreateQueryPool()
774 pool->type = pCreateInfo->queryType; in radv_CreateQueryPool()
778 if (pCreateInfo->queryType == VK_QUERY_TYPE_TIMESTAMP || in radv_CreateQueryPool()
779 pCreateInfo->queryType == VK_QUERY_TYPE_PIPELINE_STATISTICS) in radv_CreateQueryPool()
/external/mesa3d/src/intel/vulkan/
DgenX_query.c56 switch (pCreateInfo->queryType) { in genX()
84 pool->type = pCreateInfo->queryType; in genX()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c691 .queryType = VK_QUERY_TYPE_TIMESTAMP, in main()
/external/skia/src/compute/hs/vk/bench/
Dmain.c691 .queryType = VK_QUERY_TYPE_TIMESTAMP, in main()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp1140 VkQueryType queryType; member
1147 : queryType (queryType_) in Parameters()
1170 params.queryType, in create()
/external/vulkan-validation-layers/tests/
Dvktestbinding.h791 info.queryType = type; in create_info()
Dlayer_validation_tests.cpp10094 qpci.queryType = VK_QUERY_TYPE_TIMESTAMP; in TEST_F()
17326 qpci.queryType = VK_QUERY_TYPE_PIPELINE_STATISTICS; in TEST_F()
17358 query_pool_create_info.queryType = VK_QUERY_TYPE_OCCLUSION; in TEST_F()
17400 query_pool_create_info.queryType = VK_QUERY_TYPE_PIPELINE_STATISTICS; in TEST_F()
17450 query_pool_create_info.queryType = VK_QUERY_TYPE_OCCLUSION; in TEST_F()
18451 query_pool_ci.queryType = VK_QUERY_TYPE_TIMESTAMP; in TEST_F()
30778 query_pool_create_info.queryType = VK_QUERY_TYPE_TIMESTAMP; in TEST_F()
30871 query_pool_create_info.queryType = VK_QUERY_TYPE_TIMESTAMP; in TEST_F()
33984 qpci.queryType = VK_QUERY_TYPE_PIPELINE_STATISTICS; in TEST_F()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp4114 …if ((query_pool_state->second.createInfo.queryType == VK_QUERY_TYPE_TIMESTAMP) && (flags & VK_QUER… in PreCallValidateGetQueryPoolResults()
4826 if (pCreateInfo && pCreateInfo->queryType == VK_QUERY_TYPE_PIPELINE_STATISTICS) { in PreCallValidateCreateQueryPool()
8684 auto queryType = GetQueryPoolNode(queryPool)->createInfo.queryType; in PreCallValidateCmdBeginQuery() local
8694 if (queryType != VK_QUERY_TYPE_OCCLUSION) { in PreCallValidateCmdBeginQuery()
10495 if (queryPoolData->second.createInfo.queryType == VK_QUERY_TYPE_PIPELINE_STATISTICS && in ValidateSecondaryCommandBufferState()
10508 activeTypes.insert(queryPoolData->second.createInfo.queryType); in ValidateSecondaryCommandBufferState()
10513 …!= dev_data->queryPoolMap.end() && activeTypes.count(queryPoolData->second.createInfo.queryType)) { in ValidateSecondaryCommandBufferState()
10520 queryPoolData->second.createInfo.queryType, in ValidateSecondaryCommandBufferState()
Dparameter_validation_utils.cpp2888 …if ((pCreateInfo->queryType == VK_QUERY_TYPE_PIPELINE_STATISTICS) && (pCreateInfo->pipelineStatist… in manual_PreCallValidateCreateQueryPool()
/external/swiftshader/include/vulkan/
Dvulkan_core.h2192 VkQueryType queryType; member
8326 …, const VkAccelerationStructureNV* pAccelerationStructures, VkQueryType queryType, VkQueryPool que…
8411 VkQueryType queryType,
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2239 VkQueryType queryType; member
8497 …, const VkAccelerationStructureNV* pAccelerationStructures, VkQueryType queryType, VkQueryPool que…
8582 VkQueryType queryType,
Dvulkan.hpp1055 …, const VkAccelerationStructureNV* pAccelerationStructures, VkQueryType queryType, VkQueryPool que… in vkCmdWriteAccelerationStructuresPropertiesNV() argument
1057 …NV( commandBuffer, accelerationStructureCount, pAccelerationStructures, queryType, queryPool, firs… in vkCmdWriteAccelerationStructuresPropertiesNV()
12307 …ount, const AccelerationStructureNV* pAccelerationStructures, QueryType queryType, QueryPool query…
12310 …yProxy<const AccelerationStructureNV> accelerationStructures, QueryType queryType, QueryPool query…
42104 , queryType( queryType_ ) in QueryPoolCreateInfo()
42134 queryType = queryType_; in setQueryType()
42165 && ( queryType == rhs.queryType ) in operator ==()
42181 QueryType queryType; member
48233 …ount, const AccelerationStructureNV* pAccelerationStructures, QueryType queryType, QueryPool query… in writeAccelerationStructuresPropertiesNV() argument
48235 …tionStructureNV*>( pAccelerationStructures ), static_cast<VkQueryType>( queryType ), static_cast<V… in writeAccelerationStructuresPropertiesNV()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl466 VkQueryType queryType; member
DvkVulkan_c.inl1977 VkQueryType queryType; member
DvkStrUtilImpl.inl2938 s << "\tqueryType = " << value.queryType << '\n';
/external/mesa3d/include/vulkan/
Dvulkan.h1904 VkQueryType queryType; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2074 VkQueryType queryType; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2074 VkQueryType queryType; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1974 VkQueryType queryType; member

12