Searched refs:performWritesInVertex (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTests.cpp | 269 static bool performWritesInVertex (VkDescriptorType descriptorType); 271 static bool performWritesInVertex (VkDescriptorType descriptorType, 1735 bool CommonDescriptorInstance::performWritesInVertex (VkDescriptorType descriptorType) in performWritesInVertex() function in vkt::DescriptorIndexing::__anon5df221fd0111::CommonDescriptorInstance 1754 bool CommonDescriptorInstance::performWritesInVertex (VkDescriptorType descriptorType, in performWritesInVertex() function in vkt::DescriptorIndexing::__anon5df221fd0111::CommonDescriptorInstance 1764 result = CommonDescriptorInstance::performWritesInVertex(descriptorType); in performWritesInVertex() 2943 performWritesInVertex(testCaseParams.descriptorType, context), in StorageBufferInstance() 3018 performWritesInVertex(testCaseParams.descriptorType, context), in UniformBufferInstance() 3063 performWritesInVertex(testCaseParams.descriptorType, context), in StorageTexelInstance() 3127 performWritesInVertex(testCaseParams.descriptorType, context), in UniformTexelInstance() 3302 performWritesInVertex(testCaseParams.descriptorType, context), in DynamicStorageBufferInstance() [all …]
|
D | vktDescriptorSetsIndexingTestsUtils.cpp | 79 bool performWritesInVertex) in buildShaderName() argument 100 m["SHWR"] = performWritesInVertex ? "_shaderWrites" : ""; in buildShaderName()
|
D | vktDescriptorSetsIndexingTests.hpp | 124 bool performWritesInVertex);
|