Home
last modified time | relevance | path

Searched refs:descriptor_alignment (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.c384 uint64_t descriptor_alignment = 1; in radv_GetDescriptorSetLayoutSupport() local
395 descriptor_alignment = 16; in radv_GetDescriptorSetLayoutSupport()
399 descriptor_alignment = 32; in radv_GetDescriptorSetLayoutSupport()
404 descriptor_alignment = 32; in radv_GetDescriptorSetLayoutSupport()
412 descriptor_alignment = 32; in radv_GetDescriptorSetLayoutSupport()
417 descriptor_alignment = 16; in radv_GetDescriptorSetLayoutSupport()
421 descriptor_alignment = 16; in radv_GetDescriptorSetLayoutSupport()
428 &descriptor_alignment)) { in radv_GetDescriptorSetLayoutSupport()
434 descriptor_alignment = 16; in radv_GetDescriptorSetLayoutSupport()
440 if (size && !align_u64(size, descriptor_alignment)) { in radv_GetDescriptorSetLayoutSupport()
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_descriptor_set.c337 uint64_t descriptor_alignment = 8; in tu_GetDescriptorSetLayoutSupport() local
339 if (size && !ALIGN_POT(size, descriptor_alignment)) { in tu_GetDescriptorSetLayoutSupport()
342 size = ALIGN_POT(size, descriptor_alignment); in tu_GetDescriptorSetLayoutSupport()

Completed in 4 milliseconds