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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_draw.cpp246 #define MAX_DESCRIPTOR_TABLES (D3D12_GFX_SHADER_STAGES * 3) macro
252 D3D12_GPU_DESCRIPTOR_HANDLE root_desc_tables[MAX_DESCRIPTOR_TABLES],
253 int root_desc_indices[MAX_DESCRIPTOR_TABLES])
269 assert(num_root_desciptors < MAX_DESCRIPTOR_TABLES);
277 assert(num_root_desciptors < MAX_DESCRIPTOR_TABLES);
283 assert(num_root_desciptors < MAX_DESCRIPTOR_TABLES);
598 D3D12_GPU_DESCRIPTOR_HANDLE root_desc_tables[MAX_DESCRIPTOR_TABLES];
599 int root_desc_indices[MAX_DESCRIPTOR_TABLES];

Completed in 3 milliseconds