Searched refs:writeDescriptorSets (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 932 VkWriteDescriptorSet writeDescriptorSets[] = in init() local 960 …SetKHR(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0, 2, writeDescriptorSets); in init() 1676 vector<VkWriteDescriptorSet> writeDescriptorSets; in init() local 1677 writeDescriptorSets.push_back(writeDescriptorSet); in init() 1684 writeDescriptorSets.push_back(writeDescriptorSet); in init() 1691 writeDescriptorSets.push_back(writeDescriptorSet); in init() 1694 …APHICS, *m_fragmentStatePipelineLayout, 0, (deUint32)writeDescriptorSets.size(), writeDescriptorSe… in init() 2387 vector<VkWriteDescriptorSet> writeDescriptorSets; in init() local 2388 writeDescriptorSets.push_back(writeDescriptorSet); in init() 2395 writeDescriptorSets.push_back(writeDescriptorSet); in init() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 932 VkWriteDescriptorSet writeDescriptorSets[] = in init() local 960 …SetKHR(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0, 2, writeDescriptorSets); in init() 1676 vector<VkWriteDescriptorSet> writeDescriptorSets; in init() local 1677 writeDescriptorSets.push_back(writeDescriptorSet); in init() 1684 writeDescriptorSets.push_back(writeDescriptorSet); in init() 1691 writeDescriptorSets.push_back(writeDescriptorSet); in init() 1694 …APHICS, *m_fragmentStatePipelineLayout, 0, (deUint32)writeDescriptorSets.size(), writeDescriptorSe… in init() 2387 vector<VkWriteDescriptorSet> writeDescriptorSets; in init() local 2388 writeDescriptorSets.push_back(writeDescriptorSet); in init() 2395 writeDescriptorSets.push_back(writeDescriptorSet); in init() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationOrderAttachmentAccessTests.cpp | 344 void writeDescriptorSets(); 1207 void AttachmentAccessOrderTestInstance::writeDescriptorSets() in writeDescriptorSets() function in vkt::rasterization::__anona3ed63690111::AttachmentAccessOrderTestInstance 1416 writeDescriptorSets(); in AttachmentAccessOrderTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
D | vktRasterizationOrderAttachmentAccessTests.cpp | 344 void writeDescriptorSets(); 1207 void AttachmentAccessOrderTestInstance::writeDescriptorSets() in writeDescriptorSets() function in vkt::rasterization::__anon9c3061e90111::AttachmentAccessOrderTestInstance 1416 writeDescriptorSets(); in AttachmentAccessOrderTestInstance()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_utils.h | 933 uint32_t writeDescriptorSets;
|
D | ContextVk.cpp | 2230 writeDescriptorSetCount->add(mPerfCounters.writeDescriptorSets); in updateOverlayOnPresent() 2233 mPerfCounters.writeDescriptorSets = 0; in updateOverlayOnPresent() 5603 mPerfCounters.writeDescriptorSets = 0; in flushAndGetSerial() 6356 mPerfCounters.writeDescriptorSets += count; in allocWriteDescriptorSets()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | VulkanPerformanceCounterTest.cpp | 350 uint32_t expectedWriteDescriptorSetCount = counters.writeDescriptorSets; in TEST_P() 357 uint32_t actualWriteDescriptorSetCount = counters.writeDescriptorSets; in TEST_P()
|