Home
last modified time | relevance | path

Searched defs:fill_sampler_descriptors (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_draw.cpp191 fill_sampler_descriptors(struct d3d12_context *ctx, in fill_sampler_descriptors() function
513 assert(num_root_descriptors < MAX_DESCRIPTOR_TABLES); root_desc_tables[num_root_descriptors] = fill_srv_descriptors(ctx, shader, stage); root_desc_indices[num_root_descriptors++] = num_params; } num_params++; if (dirty & D3D12_SHADER_DIRTY_SAMPLERS) { assert(num_root_descriptors < MAX_DESCRIPTOR_TABLES); root_desc_tables[num_root_descriptors] = fill_sampler_descriptors(ctx, shader_sel, stage); root_desc_indices[num_root_descriptors++] = num_params; } num_params++; } if (shader->nir->info.num_ssbos > 0) update_shader_stage_root_parameters() argument

Completed in 3 milliseconds