Home
last modified time | relevance | path

Searched defs:MAX_DESCRIPTOR_TABLES (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_draw.cpp488 #define MAX_DESCRIPTOR_TABLES (D3D12_GFX_SHADER_STAGES * 4) macro
495D3D12_GPU_DESCRIPTOR_HANDLE root_desc_tables[MAX_DESCRIPTOR_TABLES], in update_shader_stage_root_parameters()
496 int root_desc_indices[MAX_DESCRIPTOR_TABLES]) in update_shader_stage_root_parameters()
548 D3D12_GPU_DESCRIPTOR_HANDLE root_desc_tables[MAX_DESCRIPTOR_TABLES], in update_graphics_root_parameters()
549 int root_desc_indices[MAX_DESCRIPTOR_TABLES], in update_graphics_root_parameters()
577 D3D12_GPU_DESCRIPTOR_HANDLE root_desc_tables[MAX_DESCRIPTOR_TABLES], in update_compute_root_parameters()
578 int root_desc_indices[MAX_DESCRIPTOR_TABLES], in update_compute_root_parameters()