/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderCase.cpp | 475 vector<VkDescriptorType> descriptorTypes; in iterate() local 498 descriptorTypes.push_back(descType); in iterate() 566 for (deUint32 inputNdx = 0; inputNdx < descriptorTypes.size(); ++inputNdx) in iterate() 568 const VkDescriptorType descType = descriptorTypes[inputNdx]; in iterate() 717 descriptorTypes.push_back(m_shaderSpec.outputs[outputNdx].getDescriptorType()); in iterate() 726 …ew BufferHandleUp(createBufferAndBindMemory(m_context, vkdi, device, descriptorTypes.back(), alloc… in iterate() 762 descriptorTypes.clear(); in iterate() 763 descriptorTypes.push_back(VK_DESCRIPTOR_TYPE_STORAGE_BUFFER); in iterate() 779 …scriptorSetLayout> descriptorSetLayout (createDescriptorSetLayout(vkdi, device, descriptorTypes)); in iterate() 781 Unique<VkDescriptorPool> descriptorPool (createDescriptorPool(vkdi, device, descriptorTypes)); in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderCase.cpp | 475 vector<VkDescriptorType> descriptorTypes; in iterate() local 498 descriptorTypes.push_back(descType); in iterate() 566 for (deUint32 inputNdx = 0; inputNdx < descriptorTypes.size(); ++inputNdx) in iterate() 568 const VkDescriptorType descType = descriptorTypes[inputNdx]; in iterate() 717 descriptorTypes.push_back(m_shaderSpec.outputs[outputNdx].getDescriptorType()); in iterate() 726 …ew BufferHandleUp(createBufferAndBindMemory(m_context, vkdi, device, descriptorTypes.back(), alloc… in iterate() 762 descriptorTypes.clear(); in iterate() 763 descriptorTypes.push_back(VK_DESCRIPTOR_TYPE_STORAGE_BUFFER); in iterate() 779 …scriptorSetLayout> descriptorSetLayout (createDescriptorSetLayout(vkdi, device, descriptorTypes)); in iterate() 781 Unique<VkDescriptorPool> descriptorPool (createDescriptorPool(vkdi, device, descriptorTypes)); in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiMaintenance3Check.cpp | 599 vector<VkDescriptorType> descriptorTypes = { in iterate() local 614 descriptorTypes.push_back(VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT); in iterate() 636 for (size_t combSize = 1; combSize <= descriptorTypes.size(); ++combSize) in iterate() 639 vector<bool> selectors(descriptorTypes.size(), false); in iterate() 649 types.push_back(descriptorTypes[i]); in iterate() 657 combSize > 1u && combSize < descriptorTypes.size()) in iterate()
|
D | vktApiBufferViewAccessTests.cpp | 309 const VkDescriptorPoolSize descriptorTypes[1] = in BufferViewTestInstance() local 324 DE_LENGTH_OF_ARRAY(descriptorTypes), // deUint32 count; in BufferViewTestInstance() 325 descriptorTypes // const VkDescriptorTypeCount* pTypeCount in BufferViewTestInstance() 722 const VkDescriptorPoolSize descriptorTypes[2] = in BufferViewAllFormatsTestInstance() local 741 DE_LENGTH_OF_ARRAY(descriptorTypes), // deUint32 count; in BufferViewAllFormatsTestInstance() 742 descriptorTypes // const VkDescriptorTypeCount* pTypeCount in BufferViewAllFormatsTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiMaintenance3Check.cpp | 599 vector<VkDescriptorType> descriptorTypes = { in iterate() local 614 descriptorTypes.push_back(VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT); in iterate() 636 for (size_t combSize = 1; combSize <= descriptorTypes.size(); ++combSize) in iterate() 639 vector<bool> selectors(descriptorTypes.size(), false); in iterate() 649 types.push_back(descriptorTypes[i]); in iterate() 657 combSize > 1u && combSize < descriptorTypes.size()) in iterate()
|
D | vktApiBufferViewAccessTests.cpp | 309 const VkDescriptorPoolSize descriptorTypes[1] = in BufferViewTestInstance() local 324 DE_LENGTH_OF_ARRAY(descriptorTypes), // deUint32 count; in BufferViewTestInstance() 325 descriptorTypes // const VkDescriptorTypeCount* pTypeCount in BufferViewTestInstance() 722 const VkDescriptorPoolSize descriptorTypes[2] = in BufferViewAllFormatsTestInstance() local 741 DE_LENGTH_OF_ARRAY(descriptorTypes), // deUint32 count; in BufferViewAllFormatsTestInstance() 742 descriptorTypes // const VkDescriptorTypeCount* pTypeCount in BufferViewAllFormatsTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 917 vector<VkDescriptorPoolSize> descriptorTypes; in iterate() local 961 descriptorTypes.push_back(descriptorTypeUBO); in iterate() 963 descriptorTypes.push_back(descriptorTypeSBO); in iterate() 971 deUint32(descriptorTypes.size()), // deUint32 count; in iterate() 972 descriptorTypes.data() // const VkDescriptorTypeCount* pTypeCount in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 917 vector<VkDescriptorPoolSize> descriptorTypes; in iterate() local 961 descriptorTypes.push_back(descriptorTypeUBO); in iterate() 963 descriptorTypes.push_back(descriptorTypeSBO); in iterate() 971 deUint32(descriptorTypes.size()), // deUint32 count; in iterate() 972 descriptorTypes.data() // const VkDescriptorTypeCount* pTypeCount in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDynamicOffsetTests.cpp | 2273 const descriptorTypes[] = in createDynamicOffsetTests() local 2348 …for (deUint32 descriptorTypeIdx = 0; descriptorTypeIdx < DE_LENGTH_OF_ARRAY(descriptorTypes); desc… in createDynamicOffsetTests() 2350 …:TestCaseGroup> descriptorTypeGroup (new tcu::TestCaseGroup(testCtx, descriptorTypes[descriptorTyp… in createDynamicOffsetTests() 2378 descriptorTypes[descriptorTypeIdx].type, in createDynamicOffsetTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineDynamicOffsetTests.cpp | 2273 const descriptorTypes[] = in createDynamicOffsetTests() local 2348 …for (deUint32 descriptorTypeIdx = 0; descriptorTypeIdx < DE_LENGTH_OF_ARRAY(descriptorTypes); desc… in createDynamicOffsetTests() 2350 …:TestCaseGroup> descriptorTypeGroup (new tcu::TestCaseGroup(testCtx, descriptorTypes[descriptorTyp… in createDynamicOffsetTests() 2378 descriptorTypes[descriptorTypeIdx].type, in createDynamicOffsetTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateTests.cpp | 691 const std::vector<std::pair<vk::VkDescriptorType, std::string>> descriptorTypes = in createSamplerlessWriteTests() local 705 for (const auto& typeCase : descriptorTypes) in createSamplerlessWriteTests()
|
D | vktBindingMutableTests.cpp | 1432 const auto descriptorTypes = typesAtIteration(iteration); in glslDeclarations() local 1438 const auto& descriptorType = descriptorTypes[descriptorIdx]; in glslDeclarations() 1799 const auto descriptorTypes = binding->typesAtIteration(iteration); in updateDescriptorSet() local 1805 const auto& descriptorType = descriptorTypes[descriptorIdx]; in updateDescriptorSet()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateTests.cpp | 691 const std::vector<std::pair<vk::VkDescriptorType, std::string>> descriptorTypes = in createSamplerlessWriteTests() local 705 for (const auto& typeCase : descriptorTypes) in createSamplerlessWriteTests()
|
D | vktBindingValveMutableTests.cpp | 1355 const auto descriptorTypes = typesAtIteration(iteration); in glslDeclarations() local 1361 const auto& descriptorType = descriptorTypes[descriptorIdx]; in glslDeclarations() 1722 const auto descriptorTypes = binding->typesAtIteration(iteration); in updateDescriptorSet() local 1728 const auto& descriptorType = descriptorTypes[descriptorIdx]; in updateDescriptorSet()
|
D | vktBindingMutableTests.cpp | 1432 const auto descriptorTypes = typesAtIteration(iteration); in glslDeclarations() local 1438 const auto& descriptorType = descriptorTypes[descriptorIdx]; in glslDeclarations() 1799 const auto descriptorTypes = binding->typesAtIteration(iteration); in updateDescriptorSet() local 1805 const auto& descriptorType = descriptorTypes[descriptorIdx]; in updateDescriptorSet()
|