/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_IMG_filter_cubic.adoc | 42 VkResult result = vkCreateSampler(
|
D | VK_KHR_sampler_mirror_clamp_to_edge.adoc | 59 VkResult result = vkCreateSampler(
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 141 PFN_vkCreateSampler vkCreateSampler; member
|
D | goldfish_vk_dispatch.cpp | 408 out->vkCreateSampler = (PFN_vkCreateSampler)dlSymFunc(lib, "vkCreateSampler"); in init_vulkan_dispatch_from_system_loader() 1205 out->vkCreateSampler = in init_vulkan_dispatch_from_instance() 2147 out->vkCreateSampler = (PFN_vkCreateSampler)vk->vkGetDeviceProcAddr(device, "vkCreateSampler"); in init_vulkan_dispatch_from_device() 3165 if (!vk->vkCreateSampler) { in vulkan_dispatch_check_device_VK_VERSION_1_0()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 19 [open,refpage='vkCreateSampler',desc='Create a new sampler object',type='protos'] 21 :refpage: vkCreateSampler 28 include::{generated}/api/protos/vkCreateSampler.adoc[] 42 * [[VUID-vkCreateSampler-maxSamplerAllocationCount-04110]] 49 include::{generated}/validity/protos/vkCreateSampler.adoc[]
|
D | limits.adoc | 109 flink:vkCreateSampler, which can: simultaneously exist on a device.
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 1378 …VkResult vkCreateSampler( VkDevice device, const VkSamplerCreateInfo * pCreateInfo, const VkAlloca… in vkCreateSampler() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1380 return ::vkCreateSampler( device, pCreateInfo, pAllocator, pSampler ); in vkCreateSampler() 4679 PFN_vkCreateSampler vkCreateSampler = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 5169 vkCreateSampler = PFN_vkCreateSampler( vkGetInstanceProcAddr( instance, "vkCreateSampler" ) ); in init() 5591 vkCreateSampler = PFN_vkCreateSampler( vkGetDeviceProcAddr( device, "vkCreateSampler" ) ); in init()
|
D | vulkan.hpp | 1433 …VkResult vkCreateSampler( VkDevice device, const VkSamplerCreateInfo * pCreateInfo, const VkAlloca… in vkCreateSampler() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1435 return ::vkCreateSampler( device, pCreateInfo, pAllocator, pSampler ); in vkCreateSampler() 9207 PFN_vkCreateSampler vkCreateSampler = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 10373 vkCreateSampler = PFN_vkCreateSampler( vkGetInstanceProcAddr( instance, "vkCreateSampler" ) ); in init() 11455 vkCreateSampler = PFN_vkCreateSampler( vkGetDeviceProcAddr( device, "vkCreateSampler" ) ); in init()
|
D | vulkansc_raii.hpp | 332 vkCreateSampler = PFN_vkCreateSampler( vkGetDeviceProcAddr( device, "vkCreateSampler" ) ); in DeviceDispatcher() 692 PFN_vkCreateSampler vkCreateSampler = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 5154 …= static_cast<VULKAN_HPP_NAMESPACE::Result>( device.getDispatcher()->vkCreateSampler( static_cast<… in Sampler()
|
D | vulkansc_funcs.hpp | 2230 …return static_cast<Result>( d.vkCreateSampler( m_device, reinterpret_cast<const VkSamplerCreateInf… in createSampler() 2241 …VkResult result = d.vkCreateSampler( m_device, reinterpret_cast<const VkSamplerCreateInfo *>( &cre… in createSampler() 2255 …VkResult result = d.vkCreateSampler( m_device, reinterpret_cast<const VkSamplerCreateInfo *>( &cre… in createSamplerUnique()
|
D | vulkan_raii.hpp | 655 vkCreateSampler = PFN_vkCreateSampler( vkGetDeviceProcAddr( device, "vkCreateSampler" ) ); in DeviceDispatcher() 1533 PFN_vkCreateSampler vkCreateSampler = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 9291 …= static_cast<VULKAN_HPP_NAMESPACE::Result>( device.getDispatcher()->vkCreateSampler( static_cast<… in Sampler()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 798 VK_CHECK(m_vk.vkCreateSampler(m_vkDevice, &samplerCi, nullptr, &m_vkSampler)); in setUpSampler()
|
D | VkDecoderSnapshot.h | 327 void vkCreateSampler(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
|
D | VkDecoderSnapshot.cpp | 694 void vkCreateSampler(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCreateSampler() function in VkDecoderSnapshot::Impl 4439 void VkDecoderSnapshot::vkCreateSampler(const uint8_t* snapshotTraceBegin, in vkCreateSampler() function in VkDecoderSnapshot 4445 mImpl->vkCreateSampler(snapshotTraceBegin, snapshotTraceBytes, pool, input_result, device, in vkCreateSampler()
|
D | VkDecoderGlobalState.cpp | 2443 VkResult result = vk->vkCreateSampler(device, pCreateInfo, pAllocator, pSampler); in on_vkCreateSampler() 3311 vk->vkCreateSampler(device, &createInfo, nullptr, in on_vkUpdateDescriptorSetsImpl()
|
D | VkDecoder.cpp | 5011 m_state->snapshot()->vkCreateSampler(snapshotTraceBegin, snapshotTraceBytes, in decode()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 228 VkResult vkCreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo,
|
D | ResourceTracker.cpp | 4475 return enc->vkCreateSampler(device, &localCreateInfo, pAllocator, pSampler, true /* do lock */); in on_vkCreateSampler()
|
D | VkEncoder.cpp | 8677 VkResult VkEncoder::vkCreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, in vkCreateSampler() function in gfxstream::vk::VkEncoder
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 5644 flink:vkAllocateMemory and and flink:vkCreateSampler, and note that 5995 flink:vkCreateSampler for allocation limits of slink:VkDeviceMemory and 7935 * Remove descriptions of flink:vkCreateSampler sampler constraints which
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4468 VKAPI_ATTR VkResult VKAPI_CALL vkCreateSampler(
|