/external/deqp/external/vulkancts/modules/vulkan/sc/ |
D | vktPipelineIdentifierTests.cpp | 77 deUint32 pipelineCount = testParams.single ? 1 : 3; in createGraphicsShaders() local 79 for (deUint32 i = 0; i < pipelineCount; ++i) in createGraphicsShaders() 93 for (deUint32 i = 0; i < pipelineCount; ++i) in createGraphicsShaders() 111 deUint32 pipelineCount = testParams.single ? 1 : 3; in createComputeShaders() local 113 for (deUint32 i = 0; i < pipelineCount; ++i) in createComputeShaders() 138 deUint32 pipelineCount = testParams.single ? 1 : 3; in testGraphicsPipelineIdentifier() local 141 for (deUint32 i = 0; i < pipelineCount; ++i) in testGraphicsPipelineIdentifier() 155 std::vector<std::vector<VkPipelineShaderStageCreateInfo>> shaderStageCreateInfos (pipelineCount); in testGraphicsPipelineIdentifier() 156 for (deUint32 i = 0; i < pipelineCount; ++i) in testGraphicsPipelineIdentifier() 184 std::vector<VkPipelineVertexInputStateCreateInfo> vertexInputStateCreateInfo (pipelineCount); in testGraphicsPipelineIdentifier() [all …]
|
D | vktDeviceObjectReservationTests.cpp | 1904 std::size_t pipelineCount = 0u; in performTest() local 1911 pipelineCount = 1u; in performTest() 1914 pipelineCount = 16u; in performTest() 1923 for (deUint32 i = 0; i < pipelineCount; ++i) in performTest() 1932 std::vector<VkPipeline> pipelines (pipelineCount, VkPipeline(DE_NULL)); in performTest() 1938 for (deUint32 i = 0; i < pipelineCount; ++i) in performTest() 1944 for (deUint32 j = 0; j < pipelineCount; ++j) in performTest() 1951 for (deUint32 i = 0; i < pipelineCount; ++i) in performTest()
|
/external/angle/src/tests/perf_tests/ |
D | VulkanPipelineCachePerf.cpp | 60 for (int pipelineCount = 0; pipelineCount < 100; ++pipelineCount) in SetUp() local 66 if (pipelineCount < 10) in SetUp()
|
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderSyncTestsEXT.cpp | 757 const uint32_t pipelineCount = (twoPipelines ? 2u : 1u); in createCustomRenderPasses() local 801 pipelineCount - 1u, // uint32_t dstSubpass; in createCustomRenderPasses() 1064 const auto pipelineCount = (twoPipelines ? 2u : 1u); in iterate() local 1066 const auto iterationCount = std::max(pipelineCount, drawCount); in iterate() 1069 pipelines.reserve(pipelineCount); in iterate() 1085 if (pipelineCount == 1u) in iterate() 1090 else if (pipelineCount == 2u) in iterate() 1096 for (uint32_t pipelineIdx = 0u; pipelineIdx < pipelineCount; ++pipelineIdx) in iterate() 1104 const bool lastSubpass = (pipelineIdx == pipelineCount - 1u); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingCaptureReplayTests.cpp | 480 deUint32 pipelineCount = (testParams.testType == TEST_PIPELINE_SINGLE) ? 1u : 2u; in verifyImage() local 485 for (deUint32 pipelineNdx = 0; pipelineNdx < pipelineCount; ++pipelineNdx) in verifyImage() 1019 …deUint32 pipelineCount = (!replay || ( m_data.testType == TEST_PIPELINE_SINGLE) || (m_… in runTest() local 1021 .addType(VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, pipelineCount) in runTest() 1022 .addType(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, pipelineCount) in runTest() 1023 .addType(VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_KHR, pipelineCount) in runTest() 1024 … .build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, pipelineCount); in runTest() 1062 …mageCreateInfo = makeImageCreateInfo(m_data.width, m_data.height, pipelineCount, imageFormat); in runTest() 1068 const deUint32 pixelCount = m_data.width * m_data.height * pipelineCount; in runTest() 1071 …on = makeBufferImageCopy(makeExtent3D(m_data.width, m_data.height, pipelineCount), resultBuffer… in runTest() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineShaderModuleIdentifierTests.cpp | 529 const uint8_t pipelineCount; member 544 , pipelineCount (pipelineCount_) in BaseParams() 555 DE_ASSERT(pipelineToRun.get() < pipelineCount); in BaseParams() 558 DE_ASSERT(static_cast<uint32_t>(pipelineCount) <= 4u); in BaseParams() 768 std::vector<uint32_t> generateShaderConstants (PipelineType pipelineType, uint8_t pipelineCount, si… in generateShaderConstants() argument 772 for (uint8_t pipelineIdx = 0; pipelineIdx < pipelineCount; ++pipelineIdx) in generateShaderConstants() 793 …const auto constantValues = generateShaderConstants(params.pipelineType, params.pipelineCount, sta… in generateSources() 805 for (uint8_t pipelineIdx = 0; pipelineIdx < params.pipelineCount; ++pipelineIdx) in generateSources() 817 pipelineAdds.reserve(params.pipelineCount); in generateSources() 819 for (uint8_t pipelineIdx = 0; pipelineIdx < params.pipelineCount; ++pipelineIdx) in generateSources() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkStructTypes.inl | 1644 uint32_t pipelineCount; member
|
D | vkVulkan_c.inl | 14700 deUint32 pipelineCount; member
|
D | vkStrUtilImpl.inl | 7308 s << "\tpipelineCount = " << value.pipelineCount << '\n';
|
/external/mesa3d/include/vulkan/ |
D | vulkan_core.h | 10903 uint32_t pipelineCount; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 38321 , pipelineCount( pipelineCount_ ) 38341 , pipelineCount( static_cast<uint32_t>( pipelines_.size() ) ) 38388 pipelineCount = pipelineCount_; in setPipelineCount() 38402 pipelineCount = static_cast<uint32_t>( pipelines_.size() ); in setPipelines() 38432 return std::tie( sType, pNext, groupCount, pGroups, pipelineCount, pPipelines ); in reflect() 38445 ( pipelineCount == rhs.pipelineCount ) && ( pPipelines == rhs.pPipelines ); in operator ==() 38460 uint32_t pipelineCount = {}; member
|
D | vulkan_core.h | 13296 uint32_t pipelineCount; member
|
D | vulkan_hash.hpp | 5013 VULKAN_HPP_HASH_COMBINE( seed, graphicsPipelineShaderGroupsCreateInfoNV.pipelineCount ); in operator ()()
|
/external/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 35572 …: pNext( pNext_ ), groupCount( groupCount_ ), pGroups( pGroups_ ), pipelineCount( pipelineCount_ )… 35583 …static_cast<uint32_t>( groups_.size() ) ), pGroups( groups_.data() ), pipelineCount( static_cast<u… 35627 pipelineCount = pipelineCount_; in setPipelineCount() 35640 pipelineCount = static_cast<uint32_t>( pipelines_.size() ); in setPipelines() 35666 return std::tie( sType, pNext, groupCount, pGroups, pipelineCount, pPipelines ); in reflect() 35683 && ( pipelineCount == rhs.pipelineCount ) in operator ==() 35699 uint32_t pipelineCount = {}; member
|
D | vulkan_core.h | 13639 uint32_t pipelineCount; member
|
D | vulkan_hash.hpp | 4647 VULKAN_HPP_HASH_COMBINE( seed, graphicsPipelineShaderGroupsCreateInfoNV.pipelineCount ); in operator ()()
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_structs.hpp | 39383 , pipelineCount( pipelineCount_ ) 39403 , pipelineCount( static_cast<uint32_t>( pipelines_.size() ) ) 39450 pipelineCount = pipelineCount_; in setPipelineCount() 39464 pipelineCount = static_cast<uint32_t>( pipelines_.size() ); in setPipelines() 39494 return std::tie( sType, pNext, groupCount, pGroups, pipelineCount, pPipelines ); in reflect() 39507 ( pipelineCount == rhs.pipelineCount ) && ( pPipelines == rhs.pPipelines ); in operator ==() 39522 uint32_t pipelineCount = {}; member
|
D | vulkan_core.h | 14240 uint32_t pipelineCount; member
|
D | vulkan_hash.hpp | 5215 VULKAN_HPP_HASH_COMBINE( seed, graphicsPipelineShaderGroupsCreateInfoNV.pipelineCount ); in operator ()()
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 11526 uint32_t pipelineCount; member
|
/external/virglrenderer/src/venus/venus-protocol/ |
D | vulkan_core.h | 13069 uint32_t pipelineCount; member
|
/external/gfxstream-protocols/include/vulkan/include/vulkan/ |
D | vulkan_core.h | 13493 uint32_t pipelineCount; member
|