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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_draw.cpp256 unsigned num_root_desciptors = 0; local in function:update_graphics_root_parameters
269 assert(num_root_desciptors < MAX_DESCRIPTOR_TABLES);
270 root_desc_tables[num_root_desciptors] = fill_cbv_descriptors(ctx, shader, i);
271 root_desc_indices[num_root_desciptors++] = num_params;
277 assert(num_root_desciptors < MAX_DESCRIPTOR_TABLES);
278 root_desc_tables[num_root_desciptors] = fill_srv_descriptors(ctx, shader, i);
279 root_desc_indices[num_root_desciptors++] = num_params;
283 assert(num_root_desciptors < MAX_DESCRIPTOR_TABLES);
284 root_desc_tables[num_root_desciptors] = fill_sampler_descriptors(ctx, shader_sel, i);
285 root_desc_indices[num_root_desciptors
600 unsigned num_root_desciptors = update_graphics_root_parameters(ctx, dinfo, &draws[0], root_d local in function:d3d12_draw_vbo
[all...]

Completed in 11 milliseconds