Home
last modified time | relevance | path

Searched refs:getDescriptorSetLayout (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DVulkanDescriptorSetTest.cpp176 result = mDescriptorSetLayoutCache.getDescriptorSetLayout(contextVk, mDescriptorSetLayoutDesc, in TEST_P()
183 result = mDescriptorSetLayoutCache.getDescriptorSetLayout(contextVk, mDescriptorSetLayoutDesc, in TEST_P()
191 result = mDescriptorSetLayoutCache.getDescriptorSetLayout(contextVk, mDescriptorSetLayoutDesc, in TEST_P()
202 mDescriptorSetLayoutCache.getDescriptorSetLayout(contextVk, desc, &descriptorSetLayout); in TEST_P()
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/emulated_textures/
DGpuDecompressionPipeline.cpp243 VkDescriptorSetLayout descriptorSetLayout = getDescriptorSetLayout(); in get()
255 VkDescriptorSetLayout GpuDecompressionPipelineManager::getDescriptorSetLayout() { in getDescriptorSetLayout() function in gfxstream::vk::GpuDecompressionPipelineManager
DGpuDecompressionPipeline.h117 VkDescriptorSetLayout getDescriptorSetLayout();
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiPipelineTests.cpp661 Move<VkDescriptorSetLayout> getDescriptorSetLayout(const DeviceInterface &vk, const VkDevice &devic… in getDescriptorSetLayout() function
1031getDescriptorSetLayout(vk, device, DE_LENGTH_OF_ARRAY(setLayoutBindingA), setLayoutBindingA), in pipelineLayoutLifetimeTest()
1032getDescriptorSetLayout(vk, device, DE_LENGTH_OF_ARRAY(setLayoutBindingB), setLayoutBindingB), in pipelineLayoutLifetimeTest()
1033getDescriptorSetLayout(vk, device, DE_LENGTH_OF_ARRAY(setLayoutBindingC), setLayoutBindingC)}; in pipelineLayoutLifetimeTest()
H A DvktApiObjectManagementTests.cpp2103 static DescriptorSetLayout::Parameters getDescriptorSetLayout(void) in getDescriptorSetLayout() function
2117 , layout(env, PipelineLayout::Parameters::singleDescriptorSet(getDescriptorSetLayout())) in Resources()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp1731 ANGLE_TRY(descriptorSetLayoutCache->getDescriptorSetLayout( in createPipelineLayout()
1775 ANGLE_TRY(descriptorSetLayoutCache->getDescriptorSetLayout( in createPipelineLayout()
1783 ANGLE_TRY(descriptorSetLayoutCache->getDescriptorSetLayout( in createPipelineLayout()
H A DCLCommandQueueVk.cpp1230 ANGLE_CL_IMPL_TRY_ERROR(mContext->getDescriptorSetLayoutCache()->getDescriptorSetLayout( in processKernelResources()
H A Dvk_cache_utils.h2709 angle::Result getDescriptorSetLayout(vk::Context *context,
H A DUtilsVk.cpp1484 ANGLE_TRY(contextVk->getDescriptorSetLayoutCache().getDescriptorSetLayout( in ensureResourcesInitialized()
1659 ANGLE_TRY(contextVk->getDescriptorSetLayoutCache().getDescriptorSetLayout( in ensureImageCopyResourcesInitializedWithSampler()
H A Dvk_cache_utils.cpp8185 angle::Result DescriptorSetLayoutCache::getDescriptorSetLayout( in getDescriptorSetLayout() function in rx::DescriptorSetLayoutCache
H A Dvk_helpers.cpp13150 ANGLE_TRY(descriptorSetLayoutCache->getDescriptorSetLayout(context, descriptorSetLayoutDesc, in bindCachedDescriptorPool()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp1244 static DescriptorSetLayout::Parameters getDescriptorSetLayout(void) in getDescriptorSetLayout() function
1258 , layout(env, PipelineLayout::Parameters::singleDescriptorSet(getDescriptorSetLayout())) in Resources()
H A DvktMemoryDeviceMemoryReportTests.cpp1228 static DescriptorSetLayout::Parameters getDescriptorSetLayout(void) in getDescriptorSetLayout() function
1242 , layout(env, PipelineLayout::Parameters::singleDescriptorSet(getDescriptorSetLayout())) in Resources()