Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c595 const struct anv_descriptor_set_binding_layout *bind_layout = in anv_descriptor_set_write_image_view() local
598 &set->descriptors[bind_layout->descriptor_index + element]; in anv_descriptor_set_write_image_view()
602 assert(type == bind_layout->type); in anv_descriptor_set_write_image_view()
627 sampler = bind_layout->immutable_samplers ? in anv_descriptor_set_write_image_view()
628 bind_layout->immutable_samplers[element] : in anv_descriptor_set_write_image_view()
646 const struct anv_descriptor_set_binding_layout *bind_layout = in anv_descriptor_set_write_buffer_view() local
649 &set->descriptors[bind_layout->descriptor_index + element]; in anv_descriptor_set_write_buffer_view()
651 assert(type == bind_layout->type); in anv_descriptor_set_write_buffer_view()
670 const struct anv_descriptor_set_binding_layout *bind_layout = in anv_descriptor_set_write_buffer() local
673 &set->descriptors[bind_layout->descriptor_index + element]; in anv_descriptor_set_write_buffer()
[all …]