/external/deqp/external/vulkancts/framework/vulkan/ |
vkDeviceFunctionPointers.inl | 57 CreateSamplerFunc createSampler;
|
vkRefUtil.inl | 20 Move<VkSampler> createSampler (const DeviceInterface& vk, VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
|
vkInitDeviceFunctionPointers.inl | 57 m_vk.createSampler = (CreateSamplerFunc) GET_PROC_ADDR("vkCreateSampler");
|
vkRefUtilImpl.inl | 241 Move<VkSampler> createSampler (const DeviceInterface& vk, VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator) 244 VK_CHECK(vk.createSampler(device, pCreateInfo, pAllocator, &object));
|
vkDeviceDriverImpl.inl | 270 VkResult DeviceDriver::createSampler (VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const 272 return m_vk.createSampler(device, pCreateInfo, pAllocator, pSampler);
|
vkConcreteDeviceInterface.inl | 57 virtual VkResult createSampler (VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const;
|
vkVirtualDeviceInterface.inl | 57 virtual VkResult createSampler (VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const = 0;
|
vkNullDriverImpl.inl | 88 VKAPI_ATTR VkResult VKAPI_CALL createSampler (VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiSmokeTests.cpp | 90 Move<VkSampler> tmpSampler = createSampler(vk, vkDevice, &samplerInfo); [all...] |
vktApiObjectManagementTests.cpp | 1224 return createSampler(env.vkd, env.device, &samplerInfo, env.allocationCallbacks); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineImageSamplingInstance.cpp | 451 m_sampler = createSampler(vk, vkDevice, &m_samplerParams); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
vktBindingShaderAccessTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRender.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderExecutor.cpp | [all...] |