/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 96 .pImmutableSamplers = &descriptorSet0Binding0Sampler, in CanHandlePrecisionQualifierWithYuvSampler()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_descriptor_buffer.adoc | 268 …a `descriptorCount` of `1` (i.e. not arrayed), and a valid `VkSampler used in `pImmutableSamplers`. 787 NULL // pImmutableSamplers 794 NULL // pImmutableSamplers 805 &immutableSamplers[0], // pImmutableSamplers 824 NULL // pImmutableSamplers 836 &immutableSamplers[2], // pImmutableSamplers 843 &immutableSamplers[3], // pImmutableSamplers 978 … practice, the immutable samplers must work even if implementation just ignores pImmutableSamplers.
|
D | VK_EXT_mutable_descriptor_type.adoc | 210 .pImmutableSamplers = NULL};
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | DescriptorSetVirtualization.cpp | 79 binding.pImmutableSamplers; in initializeReifiedDescriptorSet()
|
D | goldfish_vk_deepcopy_guest.cpp | 1709 to->pImmutableSamplers = nullptr; in deepcopy_VkDescriptorSetLayoutBinding() 1710 if (from->pImmutableSamplers) { in deepcopy_VkDescriptorSetLayoutBinding() 1711 to->pImmutableSamplers = (VkSampler*)alloc->dupArray( in deepcopy_VkDescriptorSetLayoutBinding() 1712 from->pImmutableSamplers, from->descriptorCount * sizeof(const VkSampler)); in deepcopy_VkDescriptorSetLayoutBinding()
|
D | goldfish_vk_marshaling_guest.cpp | 3466 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pImmutableSamplers; in marshal_VkDescriptorSetLayoutBinding() 3468 if (forMarshaling->pImmutableSamplers) { in marshal_VkDescriptorSetLayoutBinding() 3473 forMarshaling->pImmutableSamplers, cgen_var_0_0, forMarshaling->descriptorCount); in marshal_VkDescriptorSetLayoutBinding() 3489 if (forUnmarshaling->pImmutableSamplers) { in unmarshal_VkDescriptorSetLayoutBinding() 3500 cgen_var_0_0, (VkSampler*)forUnmarshaling->pImmutableSamplers, in unmarshal_VkDescriptorSetLayoutBinding()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2531 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pImmutableSamplers; in reservedmarshal_VkDescriptorSetLayoutBinding() 2535 if (forMarshaling->pImmutableSamplers) { in reservedmarshal_VkDescriptorSetLayoutBinding() 2540 uint64_t tmpval = get_host_u64_VkSampler(forMarshaling->pImmutableSamplers[k]); in reservedmarshal_VkDescriptorSetLayoutBinding()
|
D | goldfish_vk_counting_guest.cpp | 1867 if (toCount->pImmutableSamplers) { in count_VkDescriptorSetLayoutBinding()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 305 .pImmutableSamplers = &m_vkSampler, in setUpGraphicsPipeline() 312 .pImmutableSamplers = nullptr, in setUpGraphicsPipeline()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | descriptorsets.adoc | 661 ename:VK_DESCRIPTOR_TYPE_MUTABLE_EXT, then sname:pImmutableSamplers 682 sname:pImmutableSamplers not equal to `NULL` must: be less than or equal 925 * pname:pImmutableSamplers affects initialization of samplers. 928 pname:pImmutableSamplers can: be used to initialize a set of _immutable 936 If pname:pImmutableSamplers is not `NULL`, then it is a pointer to an 942 If pname:pImmutableSamplers is `NULL`, then the sampler slots are 946 pname:pImmutableSamplers is ignored. 972 pname:descriptorCount is not `0` and pname:pImmutableSamplers is not 973 `NULL`, pname:pImmutableSamplers must: be a valid pointer to an array of 1003 and pname:descriptorCount is equal to `1`, pname:pImmutableSamplers [all …]
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 1709 to->pImmutableSamplers = nullptr; in deepcopy_VkDescriptorSetLayoutBinding() 1710 if (from->pImmutableSamplers) { in deepcopy_VkDescriptorSetLayoutBinding() 1711 to->pImmutableSamplers = (VkSampler*)alloc->dupArray( in deepcopy_VkDescriptorSetLayoutBinding() 1712 from->pImmutableSamplers, from->descriptorCount * sizeof(const VkSampler)); in deepcopy_VkDescriptorSetLayoutBinding()
|
D | goldfish_vk_marshaling.cpp | 3938 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pImmutableSamplers; in marshal_VkDescriptorSetLayoutBinding() 3940 if (forMarshaling->pImmutableSamplers) { in marshal_VkDescriptorSetLayoutBinding() 3945 forMarshaling->pImmutableSamplers, cgen_var_0_0, forMarshaling->descriptorCount); in marshal_VkDescriptorSetLayoutBinding() 3959 forUnmarshaling->pImmutableSamplers = (const VkSampler*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkDescriptorSetLayoutBinding() 3960 if (forUnmarshaling->pImmutableSamplers) { in unmarshal_VkDescriptorSetLayoutBinding() 3961 vkStream->alloc((void**)&forUnmarshaling->pImmutableSamplers, in unmarshal_VkDescriptorSetLayoutBinding() 3968 cgen_var_0_0, (VkSampler*)forUnmarshaling->pImmutableSamplers, in unmarshal_VkDescriptorSetLayoutBinding()
|
D | goldfish_vk_reserved_marshaling.cpp | 2966 memcpy((VkSampler**)&forUnmarshaling->pImmutableSamplers, (*ptr), 8); in reservedunmarshal_VkDescriptorSetLayoutBinding() 2967 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pImmutableSamplers); in reservedunmarshal_VkDescriptorSetLayoutBinding() 2969 if (forUnmarshaling->pImmutableSamplers) { in reservedunmarshal_VkDescriptorSetLayoutBinding() 2970 vkStream->alloc((void**)&forUnmarshaling->pImmutableSamplers, in reservedunmarshal_VkDescriptorSetLayoutBinding() 2979 *(((VkSampler*)forUnmarshaling->pImmutableSamplers) + k) = in reservedunmarshal_VkDescriptorSetLayoutBinding()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1485 binding[0].pImmutableSamplers = sampler; in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 624 …pImmutableSamplers = printer.write_int("pImmutableSamplers", 8, indent, optional=True, count=descr…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1508 VULKAN_HPP_HASH_COMBINE( seed, descriptorSetLayoutBinding.pImmutableSamplers ); in operator ()()
|
D | vulkan_hash.hpp | 2991 VULKAN_HPP_HASH_COMBINE( seed, descriptorSetLayoutBinding.pImmutableSamplers ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3744 const VkSampler* pImmutableSamplers; member
|