Searched refs:command_buffer_logical (Results 1 – 3 of 3) sorted by relevance
176 context->command_buffer_logical[i] = NULL;206 … &context->command_buffer_logical[i],219 data->command_buffer[i] = context->command_buffer_logical[i];338 context->command_buffer_logical[i] = NULL;409 … &context->command_buffer_logical[i],424 data->command_buffer[i] = context->command_buffer_logical[i];759 …offset = (uint8_t *) data->commands - (uint8_t *)context->command_buffer_logical[data->command_id];843 …offset = (uint8_t *) data->commands - (uint8_t *)context->command_buffer_logical[data->command_id];
181 void * command_buffer_logical[CMDBUF_COUNT]; member
3342 ctx->context.command_buffer_logical[0] = allocate.memory; in _allocate_command_buffer()3348 ctx->context.command_buffer_logical[1] = allocate.memory; in _allocate_command_buffer()3351 ctx->command_buffer[0] = ctx->context.command_buffer_logical[0]; in _allocate_command_buffer()3352 ctx->command_buffer[1] = ctx->context.command_buffer_logical[1]; in _allocate_command_buffer()3391 ctx->context.command_buffer_logical[0] = 0; in _free_command_buffer()3398 ctx->context.command_buffer_logical[1] = 0; in _free_command_buffer()5030 submit.context->command_buffer_logical[CMDBUF_INDEX(*context)], 0, submit.command_size); in submit()
Completed in 22 milliseconds