Lines Matching defs:slot
983 uint32_t slot;
989 dzn_descriptor_heap_pool_alloc_slots(&cmdbuf->dsvs.pool, device, 1, &heap, &slot);
990 dsve->handle = dzn_descriptor_heap_get_cpu_handle(heap, slot);
1012 uint32_t slot;
1018 dzn_descriptor_heap_pool_alloc_slots(&cmdbuf->rtvs.pool, device, 1, &heap, &slot);
1019 rtve->handle = dzn_descriptor_heap_get_cpu_handle(heap, slot);
1036 uint32_t slot;
1037 dzn_descriptor_heap_pool_alloc_slots(&cmdbuf->rtvs.pool, device, 1, &heap, &slot);
1038 cmdbuf->null_rtv = dzn_descriptor_heap_get_cpu_handle(heap, slot);
2479 uint32_t slot = cmdbuf->state.pipeline->root.push_constant_cbv_param_idx;
2483 ID3D12GraphicsCommandList1_SetGraphicsRoot32BitConstants(cmdbuf->cmdlist, slot, count, vals, offset);
2485 ID3D12GraphicsCommandList1_SetComputeRoot32BitConstants(cmdbuf->cmdlist, slot, count, vals, offset);
2731 // We reserve the first slot for the draw_count value when indirect count is