/external/mesa3d/src/intel/vulkan/ |
D | genX_state.c | 389 VkSampler* pSampler) in genX() 574 *pSampler = anv_sampler_to_handle(sampler); in genX()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 1657 VkSampler* pSampler) in lvp_CreateSampler() argument 1672 *pSampler = lvp_sampler_to_handle(sampler); in lvp_CreateSampler()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 1870 VkSampler *pSampler) in tu_CreateSampler() argument 1883 *pSampler = tu_sampler_to_handle(sampler); in tu_CreateSampler()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 2211 VkSampler *pSampler) in v3dv_CreateSampler() argument 2227 *pSampler = v3dv_sampler_to_handle(sampler); in v3dv_CreateSampler()
|
/external/swiftshader/src/Vulkan/ |
D | libVulkan.cpp | 2108 …nst VkSamplerCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSampler *pSampler) in vkCreateSampler() argument 2111 device, pCreateInfo, pAllocator, pSampler); in vkCreateSampler() 2152 VkResult result = vk::Sampler::Create(pAllocator, pCreateInfo, pSampler, samplerState, samplerID); in vkCreateSampler() 2154 if(*pSampler == VK_NULL_HANDLE) in vkCreateSampler()
|
/external/vulkan-validation-layers/layers/generated/ |
D | object_tracker.h | 503 VkSampler* pSampler); 508 VkSampler* pSampler,
|
D | layer_chassis_dispatch.cpp | 2119 VkSampler* pSampler) in DispatchCreateSampler() argument 2122 … return layer_data->device_dispatch_table.CreateSampler(device, pCreateInfo, pAllocator, pSampler); in DispatchCreateSampler() 2130 …h_table.CreateSampler(device, (const VkSamplerCreateInfo*)local_pCreateInfo, pAllocator, pSampler); in DispatchCreateSampler() 2135 *pSampler = layer_data->WrapNew(*pSampler); in DispatchCreateSampler()
|
D | parameter_validation.h | 319 VkSampler* pSampler);
|
D | object_tracker.cpp | 1222 VkSampler* pSampler) { in PreCallValidateCreateSampler() argument 1233 VkSampler* pSampler, in PostCallRecordCreateSampler() argument 1236 CreateObject(device, *pSampler, kVulkanObjectTypeSampler, pAllocator); in PostCallRecordCreateSampler()
|
D | thread_safety.h | 1164 VkSampler* pSampler); 1170 VkSampler* pSampler,
|
D | layer_chassis_dispatch.h | 347 VkSampler* pSampler);
|
D | chassis.h | 446 VkSampler* pSampler); 2734 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) { return false;… in PreCallValidateCreateSampler() argument 2735 …VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) {}; in PreCallRecordCreateSampler() argument 2736 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler, VkResult result)… in PostCallRecordCreateSampler() argument
|
D | thread_safety.cpp | 1220 VkSampler* pSampler) { in PreCallRecordCreateSampler() argument 1228 VkSampler* pSampler, in PostCallRecordCreateSampler() argument
|
D | chassis.cpp | 2319 VkSampler* pSampler) { in CreateSampler() argument 2324 skip |= intercept->PreCallValidateCreateSampler(device, pCreateInfo, pAllocator, pSampler); in CreateSampler() 2329 intercept->PreCallRecordCreateSampler(device, pCreateInfo, pAllocator, pSampler); in CreateSampler() 2331 VkResult result = DispatchCreateSampler(device, pCreateInfo, pAllocator, pSampler); in CreateSampler() 2334 intercept->PostCallRecordCreateSampler(device, pCreateInfo, pAllocator, pSampler, result); in CreateSampler()
|
/external/vulkan-validation-layers/layers/ |
D | stateless_validation.h | 1031 … const VkAllocationCallbacks *pAllocator, VkSampler *pSampler);
|
D | parameter_validation_utils.cpp | 2044 … const VkAllocationCallbacks *pAllocator, VkSampler *pSampler) { in manual_PreCallValidateCreateSampler() argument
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 1175 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler); 1176 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler); 1177 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler); 1178 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler); 1179 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler); 1180 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler); 1181 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
|
D | anv_entrypoints.c | 2078 …nst VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) in anv_CreateSampler() argument 2081 return anv_device->dispatch.vkCreateSampler(device, pCreateInfo, pAllocator, pSampler); in anv_CreateSampler() 3433 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) __attribute__ ((… 3939 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) __attribute__ ((… 4445 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) __attribute__ ((… 4951 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) __attribute__ ((… 5457 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) __attribute__ ((… 5963 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) __attribute__ ((…
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 275 …SamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const 277 return m_vk.createSampler(device, pCreateInfo, pAllocator, pSampler);
|
D | vkConcreteDeviceInterface.inl | 58 …amplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const;
|
D | vkVirtualDeviceInterface.inl | 58 …erCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const = 0;
|
D | vkNullDriverImpl.inl | 82 …nst VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) argument 85 …VK_NULL_RETURN((*pSampler = allocateNonDispHandle<Sampler, VkSampler>(device, pCreateInfo, pAlloca…
|
D | vkFunctionPointerTypes.inl | 74 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2804 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler); 3258 VkSampler* pSampler);
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2804 …st VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler); 3258 VkSampler* pSampler);
|