Searched defs:pSampler (Results 1 - 2 of 2) sorted by relevance
/external/vulkan-validation-layers/loader/ |
H A D | trampoline.c | 1425 const VkAllocationCallbacks *pAllocator, VkSampler *pSampler) { 1430 return disp->CreateSampler(device, pCreateInfo, pAllocator, pSampler); 1424 vkCreateSampler(VkDevice device, const VkSamplerCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSampler *pSampler) argument
|
/external/vulkan-validation-layers/layers/ |
H A D | parameter_validation.cpp | 3439 bool PostCreateSampler(VkDevice device, VkSampler *pSampler, VkResult result) { argument 3451 const VkAllocationCallbacks *pAllocator, VkSampler *pSampler) { 3457 skipCall |= parameter_validation_vkCreateSampler(my_data->report_data, pCreateInfo, pAllocator, pSampler); 3462 result = get_dispatch_table(pc_device_table_map, device)->CreateSampler(device, pCreateInfo, pAllocator, pSampler); 3464 PostCreateSampler(device, pSampler, result); 3450 vkCreateSampler(VkDevice device, const VkSamplerCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSampler *pSampler) argument
|
Completed in 60 milliseconds