Home
last modified time | relevance | path

Searched refs:pImmutableSamplers (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp96 .pImmutableSamplers = &descriptorSet0Binding0Sampler, in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_descriptor_buffer.adoc268 …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.
DVK_EXT_mutable_descriptor_type.adoc210 .pImmutableSamplers = NULL};
/hardware/google/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.cpp79 binding.pImmutableSamplers; in initializeReifiedDescriptorSet()
Dgoldfish_vk_deepcopy_guest.cpp1709 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()
Dgoldfish_vk_marshaling_guest.cpp3466 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp2531 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()
Dgoldfish_vk_counting_guest.cpp1867 if (toCount->pImmutableSamplers) { in count_VkDescriptorSetLayoutBinding()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp305 .pImmutableSamplers = &m_vkSampler, in setUpGraphicsPipeline()
312 .pImmutableSamplers = nullptr, in setUpGraphicsPipeline()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc661 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/
Dgoldfish_vk_deepcopy.cpp1709 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()
Dgoldfish_vk_marshaling.cpp3938 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()
Dgoldfish_vk_reserved_marshaling.cpp2966 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/
Doverlay.cpp1485 binding[0].pImmutableSamplers = sampler; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py624pImmutableSamplers = printer.write_int("pImmutableSamplers", 8, indent, optional=True, count=descr…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1508 VULKAN_HPP_HASH_COMBINE( seed, descriptorSetLayoutBinding.pImmutableSamplers ); in operator ()()
Dvulkan_hash.hpp2991 VULKAN_HPP_HASH_COMBINE( seed, descriptorSetLayoutBinding.pImmutableSamplers ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3744 const VkSampler* pImmutableSamplers; member