Home
last modified time | relevance | path

Searched refs:sampler_view_count (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c171 set_layout->binding[b].stage[s].sampler_view_index = set_layout->stage[s].sampler_view_count; in lvp_CreateDescriptorSetLayout()
172 set_layout->stage[s].sampler_view_count += binding->descriptorCount; in lvp_CreateDescriptorSetLayout()
196 uint16_t sampler_view_count = 0; in lvp_CreateDescriptorSetLayout() local
202 sampler_view_count += set_layout->stage[i].sampler_view_count; in lvp_CreateDescriptorSetLayout()
208 assert(sampler_view_count <= device->physical_device->device_limits.maxPerStageDescriptorSampledImages); in lvp_CreateDescriptorSetLayout()
265 uint16_t sampler_view_count = 0; in lvp_CreatePipelineLayout() local
278 sampler_view_count += set_layout->stage[i].sampler_view_count; in lvp_CreatePipelineLayout()
285 assert(sampler_view_count < in lvp_CreatePipelineLayout()
[all...]
H A Dlvp_lower_vulkan_resource.c203 value += get_set_layout(layout, s)->stage[stage].sampler_view_count; in lower_vri_instr_tex_deref()
377 value += get_set_layout(layout, s)->stage[shader->info.stage].sampler_view_count; in lvp_lower_pipeline_layout()
H A Dlvp_private.h312 uint16_t sampler_view_count; member
H A Dlvp_execute.c1039 uint16_t sampler_view_count; member
1114 sv_idx += dyn_info->stage[stage].sampler_view_count; in fill_sampler_view_stage()
1184 sv_idx += dyn_info->stage[stage].sampler_view_count; in fill_sampler_buffer_view_stage()
1431 dyn_info->stage[stage].sampler_view_count += layout->stage[stage].sampler_view_count; in increment_dyn_info()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_blit.c57 ctx->sampler_view_count[PIPE_SHADER_FRAGMENT], in panfrost_blitter_save()
H A Dpan_context.h204 unsigned sampler_view_count[PIPE_SHADER_TYPES]; member
H A Dpan_context.c686 if (ctx->sampler_view_count[shader] > start_slot + num_views + unbind_num_trailing_slots) in panfrost_set_sampler_views()
698 ctx->sampler_view_count[shader] = new_nr; in panfrost_set_sampler_views()
H A Dpan_cmdstream.c1763 if (!ctx->sampler_view_count[stage]) in panfrost_emit_texture_descriptors()
1769 ctx->sampler_view_count[stage], in panfrost_emit_texture_descriptors()
1774 for (int i = 0; i < ctx->sampler_view_count[stage]; ++i) { in panfrost_emit_texture_descriptors()
1796 for (int i = 0; i < ctx->sampler_view_count[stage]; ++i) { in panfrost_emit_texture_descriptors()
1811 ctx->sampler_view_count[stage], in panfrost_emit_texture_descriptors()
3152 ctx->sampler_view_count[stage]); in panfrost_emit_resources()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h224 int sampler_view_count; member
H A Dr300_context.c53 for (i = 0; i < textures->sampler_view_count; i++) in r300_release_referenced_objects()
H A Dr300_state_derived.c796 unsigned count = MIN2(state->sampler_view_count, in r300_merge_textures_and_samplers()
1012 unsigned count = MIN2(state->sampler_view_count, in r300_decompress_depth_textures()
H A Dr300_blit.c97 r300->blitter, state->sampler_view_count, in r300_blitter_begin()
H A Dr300_state.c1619 state->sampler_view_count = count; in r300_set_sampler_views()

Completed in 27 milliseconds