Searched refs:queryTypes (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderQueryTestsEXT.cpp | 180 std::vector<QueryType> queryTypes; member 197 queryTypes.swap(other.queryTypes); in swap() 214 , queryTypes() in TestParams() 232 , queryTypes(other.queryTypes) in TestParams() 292 return de::contains(queryTypes.begin(), queryTypes.end(), queryType); in hasQueryType() 543 if (!m_params.queryTypes.empty()) in checkSupport() 1393 std::vector<QueryType> queryTypes; in createMeshShaderQueryTestsEXT() member 1519 const bool noQueries = queryCombination.queryTypes.empty(); in createMeshShaderQueryTestsEXT() 1521 …de::contains(queryCombination.queryTypes.begin(), queryCombination.queryTypes.end(), QueryType::PR… in createMeshShaderQueryTestsEXT() 1631 … params.queryTypes = queryCombination.queryTypes; in createMeshShaderQueryTestsEXT()
|
/external/aws-sdk-java-v2/test/protocol-tests/src/main/resources/codegen-resources/query/ |
D | customization.config | 12 "queryTypes"
|
/external/deqp/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 2142 static const QueryType queryTypes[] = { in init() local 2494 FOR_EACH_QUERYTYPE(queryTypes, addChild(new BufferBindingTestCase( in init() 2499 queryTypes, in init() 2504 FOR_EACH_QUERYTYPE(queryTypes, addChild(new CurrentProgramBindingTestCase( in init() 2517 FOR_EACH_QUERYTYPE(queryTypes, addChild(new RenderbufferBindingTestCase( in init() 2522 FOR_EACH_QUERYTYPE(queryTypes, addChild(new TextureBindingTestCase( in init() 2527 queryTypes, in init() 2532 FOR_EACH_QUERYTYPE(queryTypes, addChild(new FrameBufferBindingTestCase( in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fIntegerStateQueryTests.cpp | 2889 static const QueryType queryTypes[] = { in init() local 3364 FOR_EACH_QUERYTYPE(queryTypes, in init() 3372 FOR_EACH_QUERYTYPE(queryTypes, in init() 3376 FOR_EACH_QUERYTYPE(queryTypes, in init() 3380 FOR_EACH_QUERYTYPE(queryTypes, addChild(new CurrentProgramBindingTestCase( in init() 3384 FOR_EACH_QUERYTYPE(queryTypes, addChild(new VertexArrayBindingTestCase( in init() 3397 FOR_EACH_QUERYTYPE(queryTypes, addChild(new RenderbufferBindingTestCase( in init() 3402 queryTypes, addChild(new SamplerObjectBindingTestCase( in init() 3421 queryTypes, in init() 3428 FOR_EACH_QUERYTYPE(queryTypes, addChild(new FrameBufferBindingTestCase( in init()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingAccelerationStructuresTests.cpp | 6120 std::pair<QueryPoolResultsParams::Type, const char *> const queryTypes[]{ in addQueryPoolResultsTests() local 6136 for (const auto &queryType : queryTypes) in addQueryPoolResultsTests()
|