/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/angle/src/libANGLE/ |
D | queryconversions.cpp | 60 GLenum queryType = GLTypeToGLenum<QueryT>::value; in CastQueryValueToInt() local 62 if (queryType == GL_FLOAT) in CastQueryValueToInt() 106 GLenum queryType = GLTypeToGLenum<QueryT>::value; in CastFromStateValue() local 108 switch (queryType) in CastFromStateValue()
|
D | GLES1State.cpp | 242 GLint GLES1State::getCurrentMatrixStackDepth(GLenum queryType) const in getCurrentMatrixStackDepth() 244 switch (queryType) in getCurrentMatrixStackDepth()
|
D | validationES.h | 84 bool ValidQueryType(const Context *context, QueryType queryType);
|
D | FrameCapture.cpp | 2351 gl::QueryType queryType = query->getType(); in CaptureMidExecutionSetup() local 2354 cap(CaptureBeginQuery(replayState, true, queryType, queryID)); in CaptureMidExecutionSetup() 2359 cap(CaptureEndQuery(replayState, true, queryType)); in CaptureMidExecutionSetup()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_query.c | 36 switch (pCreateInfo->queryType) { in lvp_CreateQueryPool() 60 pool->type = pCreateInfo->queryType; in lvp_CreateQueryPool()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_query.c | 34 assert(pCreateInfo->queryType == VK_QUERY_TYPE_OCCLUSION || in v3dv_CreateQueryPool() 35 pCreateInfo->queryType == VK_QUERY_TYPE_TIMESTAMP); in v3dv_CreateQueryPool() 47 pool->query_type = pCreateInfo->queryType; in v3dv_CreateQueryPool()
|
/external/deqp/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 2029 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/deqp/modules/gles3/functional/ |
D | es3fIntegerStateQueryTests.cpp | 2737 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/angle/third_party/vulkan-headers/src/include/vulkan/ |
D | vulkan_beta.h | 318 …const VkAccelerationStructureKHR* pAccelerationStructures, VkQueryType queryType, size_t da… 376 VkQueryType queryType,
|
/external/swiftshader/src/Vulkan/ |
D | VkQueryPool.cpp | 92 , type(pCreateInfo->queryType) in QueryPool()
|
/external/mesa3d/include/vulkan/ |
D | vulkan_beta.h | 336 …const VkAccelerationStructureKHR* pAccelerationStructures, VkQueryType queryType, size_t da… 394 VkQueryType queryType,
|
/external/deqp/modules/gles31/functional/ |
D | es31fDebugTests.cpp | 2998 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/gallium/drivers/zink/ |
D | zink_query.c | 117 pool_create.queryType = query->vkqtype; in zink_create_query() 131 pool_create.queryType = VK_QUERY_TYPE_TRANSFORM_FEEDBACK_STREAM_EXT; in zink_create_query()
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_others.cpp | 1111 qpci.queryType = VK_QUERY_TYPE_TIMESTAMP; in TEST_F() 1466 qpci.queryType = VK_QUERY_TYPE_PIPELINE_STATISTICS; in TEST_F() 1498 query_pool_create_info.queryType = VK_QUERY_TYPE_OCCLUSION; in TEST_F() 1540 query_pool_create_info.queryType = VK_QUERY_TYPE_PIPELINE_STATISTICS; in TEST_F() 1589 query_pool_create_info.queryType = VK_QUERY_TYPE_OCCLUSION; in TEST_F() 1943 query_pool_ci.queryType = VK_QUERY_TYPE_TIMESTAMP; in TEST_F() 1981 query_pool_ci.queryType = VK_QUERY_TYPE_TIMESTAMP; in TEST_F() 2456 query_pool_create_info.queryType = VK_QUERY_TYPE_TIMESTAMP; in TEST_F() 2501 query_pool_create_info.queryType = VK_QUERY_TYPE_TIMESTAMP; in TEST_F() 2546 query_pool_create_info.queryType = VK_QUERY_TYPE_TIMESTAMP; in TEST_F() [all …]
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_query.c | 147 switch (pCreateInfo->queryType) { in tu_CreateQueryPool() 187 pool->type = pCreateInfo->queryType; in tu_CreateQueryPool()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | QueryGL.cpp | 221 virtual angle::Result init(const gl::Context *context, gl::QueryType queryType) in init() argument
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 3409 vk::DynamicQueryPool *ContextVk::getQueryPool(gl::QueryType queryType) in getQueryPool() argument 3411 ASSERT(queryType == gl::QueryType::AnySamples || in getQueryPool() 3412 queryType == gl::QueryType::AnySamplesConservative || in getQueryPool() 3413 queryType == gl::QueryType::Timestamp || queryType == gl::QueryType::TimeElapsed); in getQueryPool() 3416 ASSERT(queryType != gl::QueryType::Timestamp && queryType != gl::QueryType::TimeElapsed || in getQueryPool() 3418 ASSERT(mQueryPools[queryType].isValid()); in getQueryPool() 3419 return &mQueryPools[queryType]; in getQueryPool()
|
D | ContextVk.h | 510 vk::DynamicQueryPool *getQueryPool(gl::QueryType queryType);
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_query.c | 94 switch (pCreateInfo->queryType) { in genX() 144 pool->type = pCreateInfo->queryType; in genX()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_query.c | 1169 switch(pCreateInfo->queryType) { in radv_CreateQueryPool() 1186 pool->type = pCreateInfo->queryType; in radv_CreateQueryPool() 1190 if (pCreateInfo->queryType == VK_QUERY_TYPE_PIPELINE_STATISTICS) in radv_CreateQueryPool()
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 691 .queryType = VK_QUERY_TYPE_TIMESTAMP, in main()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 1153 VkQueryType queryType; member 1160 : queryType (queryType_) in Parameters() 1183 params.queryType, in create()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 1175 …, const VkAccelerationStructureNV* pAccelerationStructures, VkQueryType queryType, VkQueryPool que… argument 1177 …sNV(commandBuffer, accelerationStructureCount, pAccelerationStructures, queryType, queryPool, firs…
|