Searched refs:get_set_layout (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_lower_vulkan_resource.c | 95 value += get_set_layout(layout, s)->stage[b->shader->info.stage].uniform_block_size; in lower_block_instr() 130 value += get_set_layout(layout, s)->stage[b->shader->info.stage].const_buffer_count; in lower_vri_intrin_vri() 132 value += get_set_layout(layout, s)->stage[b->shader->info.stage].shader_buffer_count; in lower_vri_intrin_vri() 201 value += get_set_layout(layout, s)->stage[stage].sampler_count; in lower_vri_instr_tex_deref() 203 value += get_set_layout(layout, s)->stage[stage].sampler_view_count; in lower_vri_instr_tex_deref() 274 value += get_set_layout(layout, s)->stage[stage].image_count; in lower_vri_intrin_image() 370 value += get_set_layout(layout, s)->stage[shader->info.stage].sampler_count; in lvp_lower_pipeline_layout() 377 value += get_set_layout(layout, s)->stage[shader->info.stage].sampler_view_count; in lvp_lower_pipeline_layout() 388 value += get_set_layout(layout, s)->stage[shader->info.stage].image_count; in lvp_lower_pipeline_layout()
|
H A D | lvp_private.h | 522 get_set_layout(const struct lvp_pipeline_layout *layout, uint32_t set) in get_set_layout() function 532 return &get_set_layout(layout, set)->binding[binding]; in get_binding_layout()
|
H A D | lvp_pipeline.c | 139 value += get_set_layout(pipeline->layout, s)->stage[nir->info.stage].image_count; in set_image_access() 173 value += get_set_layout(pipeline->layout, s)->stage[nir->info.stage].shader_buffer_count; in set_buffer_access()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_nir_lower_descriptors.c | 63 get_set_layout(uint32_t set, const struct apply_descriptors_ctx *ctx) in get_set_layout() function 72 return &get_set_layout(set, ctx)->bindings[binding]; in get_binding_layout() 101 get_set_layout(set, ctx); in build_res_index() 365 get_set_layout(set, ctx); in load_resource_deref_desc()
|
Completed in 6 milliseconds