Searched refs:MAX_DESCRIPTOR_TABLES (Results 1 – 1 of 1) sorted by relevance
488 #define MAX_DESCRIPTOR_TABLES (D3D12_GFX_SHADER_STAGES * 4) macro495 … D3D12_GPU_DESCRIPTOR_HANDLE root_desc_tables[MAX_DESCRIPTOR_TABLES], in update_shader_stage_root_parameters() argument496 int root_desc_indices[MAX_DESCRIPTOR_TABLES]) in update_shader_stage_root_parameters() argument505 assert(num_root_descriptors < MAX_DESCRIPTOR_TABLES); in update_shader_stage_root_parameters()513 assert(num_root_descriptors < MAX_DESCRIPTOR_TABLES); in update_shader_stage_root_parameters()519 assert(num_root_descriptors < MAX_DESCRIPTOR_TABLES); in update_shader_stage_root_parameters()527 assert(num_root_descriptors < MAX_DESCRIPTOR_TABLES); in update_shader_stage_root_parameters()535 assert(num_root_descriptors < 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() argument549 int root_desc_indices[MAX_DESCRIPTOR_TABLES], in update_graphics_root_parameters() argument[all …]