Home
last modified time | relevance | path

Searched defs:ctx (Results 4601 - 4625 of 9691) sorted by relevance

1...<<181182183184185186187188189190>>...388

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_monitor.c245 iris_destroy_monitor_object(struct pipe_context *ctx, in iris_destroy_monitor_object() argument
259 iris_begin_monitor(struct pipe_context *ctx, in iris_begin_monitor() argument
269 iris_end_monitor(struct pipe_context *ctx, in iris_end_monitor() argument
280 iris_get_monitor_result(struct pipe_context *ctx, in iris_get_monitor_result() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_blit.c46 struct lima_context *ctx = job->ctx; in lima_pack_blit_cmd() local
196 struct lima_context *ctx = lima_context(pctx); in lima_do_blit() local
[all...]
H A Dlima_program.c291 lima_fs_compile_shader(struct lima_context *ctx, in lima_fs_compile_shader() argument
326 lima_fs_upload_shader(struct lima_context *ctx, in lima_fs_upload_shader() argument
343 lima_get_compiled_fs(struct lima_context *ctx, in lima_get_compiled_fs() argument
397 struct lima_context *ctx = lima_context(pctx); lima_create_fs_state() local
446 struct lima_context *ctx = lima_context(pctx); lima_bind_fs_state() local
455 struct lima_context *ctx = lima_context(pctx); lima_delete_fs_state() local
478 lima_vs_compile_shader(struct lima_context *ctx, struct lima_vs_key *key, struct lima_vs_uncompiled_shader *uvs, struct lima_vs_compiled_shader *vs) lima_vs_compile_shader() argument
501 lima_vs_upload_shader(struct lima_context *ctx, struct lima_vs_compiled_shader *vs) lima_vs_upload_shader() argument
517 lima_get_compiled_vs(struct lima_context *ctx, struct lima_vs_uncompiled_shader *uvs, struct lima_vs_key *key) lima_get_compiled_vs() argument
566 lima_update_vs_state(struct lima_context *ctx) lima_update_vs_state() argument
594 lima_update_fs_state(struct lima_context *ctx) lima_update_fs_state() argument
644 struct lima_context *ctx = lima_context(pctx); lima_create_vs_state() local
689 struct lima_context *ctx = lima_context(pctx); lima_bind_vs_state() local
698 struct lima_context *ctx = lima_context(pctx); lima_delete_vs_state() local
745 lima_program_init(struct lima_context *ctx) lima_program_init() argument
762 lima_program_fini(struct lima_context *ctx) lima_program_fini() argument
[all...]
H A Dlima_texture.c72 lima_texture_desc_set_res(struct lima_context *ctx, lima_tex_desc *desc, in lima_texture_desc_set_res() argument
153 lima_update_tex_desc(struct lima_context *ctx, struct lima_sampler_state *sampler, in lima_update_tex_desc() argument
287 lima_update_textures(struct lima_context *ctx) in lima_update_textures() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_point_sprite.c104 psprite_transform_context(struct tgsi_transform_context *ctx) in psprite_transform_context() argument
114 psprite_decl(struct tgsi_transform_context *ctx, in psprite_decl() argument
161 psprite_immediate(struct tgsi_transform_context *ctx, in psprite_immediate() argument
175 psprite_prolog(struct tgsi_transform_context *ctx) psprite_prolog() argument
290 psprite_emit_vertex_inst(struct tgsi_transform_context *ctx, struct tgsi_full_instruction *vert_inst) psprite_emit_vertex_inst() argument
441 psprite_inst(struct tgsi_transform_context *ctx, struct tgsi_full_instruction *inst) psprite_inst() argument
501 psprite_property(struct tgsi_transform_context *ctx, struct tgsi_full_property *prop) psprite_property() argument
[all...]
H A Dtgsi_sanity.c151 report_error( struct sanity_check_ctx *ctx, const char *format, ... ) report_error() argument
170 report_warning( struct sanity_check_ctx *ctx, const char *format, ... ) report_warning() argument
189 check_file_name( struct sanity_check_ctx *ctx, uint file ) check_file_name() argument
201 is_register_declared( struct sanity_check_ctx *ctx, const scan_register *reg) is_register_declared() argument
212 is_any_register_declared( struct sanity_check_ctx *ctx, uint file ) is_any_register_declared() argument
230 is_register_used( struct sanity_check_ctx *ctx, scan_register *reg) is_register_used() argument
242 is_ind_register_used( struct sanity_check_ctx *ctx, scan_register *reg) is_ind_register_used() argument
264 check_register_usage( struct sanity_check_ctx *ctx, scan_register *reg, const char *name, boolean indirect_access ) check_register_usage() argument
311 struct sanity_check_ctx *ctx = (struct sanity_check_ctx *) iter; iter_instruction() local
378 check_and_declare(struct sanity_check_ctx *ctx, scan_register *reg) check_and_declare() argument
395 struct sanity_check_ctx *ctx = (struct sanity_check_ctx *) iter; iter_declaration() local
454 struct sanity_check_ctx *ctx = (struct sanity_check_ctx *) iter; iter_immediate() local
487 struct sanity_check_ctx *ctx = (struct sanity_check_ctx *) iter; iter_property() local
502 struct sanity_check_ctx *ctx = (struct sanity_check_ctx *) iter; prolog() local
513 struct sanity_check_ctx *ctx = (struct sanity_check_ctx *) iter; epilog() local
562 struct sanity_check_ctx ctx; tgsi_sanity_check() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_gs_variant.cpp71 d3d12_make_passthrough_gs(struct d3d12_context *ctx, struct d3d12_gs_variant_key *key) in d3d12_make_passthrough_gs() argument
147 struct d3d12_context *ctx; member
339 d3d12_emit_points(struct d3d12_context *ctx, struc argument
163 d3d12_begin_emit_primitives_gs(struct emit_primitives_context *emit_ctx, struct d3d12_context *ctx, struct d3d12_gs_variant_key *key, uint16_t output_primitive, unsigned vertices_out) d3d12_begin_emit_primitives_gs() argument
379 d3d12_emit_lines(struct d3d12_context *ctx, struct d3d12_gs_variant_key *key) d3d12_emit_lines() argument
419 d3d12_emit_triangles(struct d3d12_context *ctx, struct d3d12_gs_variant_key *key) d3d12_emit_triangles() argument
468 d3d12_gs_variant_cache_init(struct d3d12_context *ctx) d3d12_gs_variant_cache_init() argument
480 d3d12_gs_variant_cache_destroy(struct d3d12_context *ctx) d3d12_gs_variant_cache_destroy() argument
486 create_geometry_shader_variant(struct d3d12_context *ctx, struct d3d12_gs_variant_key *key) create_geometry_shader_variant() argument
508 d3d12_get_gs_variant(struct d3d12_context *ctx, struct d3d12_gs_variant_key *key) d3d12_get_gs_variant() argument
[all...]
H A Dd3d12_pipeline_state.cpp196 d3d12_rtv_format(struct d3d12_context *ctx, unsigned index) in d3d12_rtv_format() argument
217 create_gfx_pipeline_state(struct d3d12_context *ctx) in create_gfx_pipeline_state() argument
350 d3d12_get_gfx_pipeline_state(struct d3d12_context *ctx) in d3d12_get_gfx_pipeline_state() argument
375 d3d12_gfx_pipeline_state_cache_init(struct d3d12_context *ctx) d3d12_gfx_pipeline_state_cache_init() argument
389 remove_gfx_entry(struct d3d12_context *ctx, struct hash_entry *entry) remove_gfx_entry() argument
400 d3d12_gfx_pipeline_state_cache_destroy(struct d3d12_context *ctx) d3d12_gfx_pipeline_state_cache_destroy() argument
406 d3d12_gfx_pipeline_state_cache_invalidate(struct d3d12_context *ctx, const void *state) d3d12_gfx_pipeline_state_cache_invalidate() argument
416 d3d12_gfx_pipeline_state_cache_invalidate_shader(struct d3d12_context *ctx, enum pipe_shader_type stage, struct d3d12_shader_selector *selector) d3d12_gfx_pipeline_state_cache_invalidate_shader() argument
433 create_compute_pipeline_state(struct d3d12_context *ctx) create_compute_pipeline_state() argument
477 d3d12_get_compute_pipeline_state(struct d3d12_context *ctx) d3d12_get_compute_pipeline_state() argument
502 d3d12_compute_pipeline_state_cache_init(struct d3d12_context *ctx) d3d12_compute_pipeline_state_cache_init() argument
516 remove_compute_entry(struct d3d12_context *ctx, struct hash_entry *entry) remove_compute_entry() argument
527 d3d12_compute_pipeline_state_cache_destroy(struct d3d12_context *ctx) d3d12_compute_pipeline_state_cache_destroy() argument
533 d3d12_compute_pipeline_state_cache_invalidate_shader(struct d3d12_context *ctx, struct d3d12_shader_selector *selector) d3d12_compute_pipeline_state_cache_invalidate_shader() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_gfx_cs.c34 void si_flush_gfx_cs(struct si_context *ctx, unsigned flags, struct pipe_fence_handle **fence) in si_flush_gfx_cs() argument
181 si_begin_gfx_cs_debug(struct si_context *ctx) si_begin_gfx_cs_debug() argument
242 si_set_tracked_regs_to_clear_state(struct si_context *ctx) si_set_tracked_regs_to_clear_state() argument
343 si_draw_vbo_tmz_preamble(struct pipe_context *ctx, const struct pipe_draw_info *info, unsigned drawid_offset, const struct pipe_draw_indirect_info *indirect, const struct pipe_draw_start_count_bias *draws, unsigned num_draws) si_draw_vbo_tmz_preamble() argument
355 si_draw_vstate_tmz_preamble(struct pipe_context *ctx, struct pipe_vertex_state *state, uint32_t partial_velem_mask, struct pipe_draw_vertex_state_info info, const struct pipe_draw_start_count_bias *draws, unsigned num_draws) si_draw_vstate_tmz_preamble() argument
367 si_begin_new_gfx_cs(struct si_context *ctx, bool first_cs) si_begin_new_gfx_cs() argument
616 si_get_wait_mem_scratch_bo(struct si_context *ctx, struct radeon_cmdbuf *cs, bool is_secure) si_get_wait_mem_scratch_bo() argument
643 gfx10_emit_cache_flush(struct si_context *ctx, struct radeon_cmdbuf *cs) gfx10_emit_cache_flush() argument
[all...]
/third_party/mesa3d/src/tool/pps/
H A Dpps_datasource.cc111 void close_callback(GpuDataSource::TraceContext ctx) in close_callback() argument
264 void GpuDataSource::trace(TraceContext &ctx) in trace() argument
354 trace_callback(TraceContext ctx) trace_callback() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_inlines.h326 static inline Instruction *cloneForward(Function *ctx, Instruction *obj) in cloneForward() argument
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_pressure_schedule.c51 label_index(bi_context *ctx, bi_index idx) in label_index() argument
70 create_dag(bi_context *ctx, bi_block *block, void *memctx) in create_dag() argument
286 pressure_schedule_block(bi_context *ctx, bi_block *block, struct sched_ctx *s) pressure_schedule_block() argument
337 bi_pressure_schedule(bi_context *ctx) bi_pressure_schedule() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_ir_common.c59 const struct function_ctx *ctx = &mask->function_stack[i]; in mask_has_loop() local
77 const struct function_ctx *ctx = &mask->function_stack[i]; in mask_has_switch() local
95 const struct function_ctx *ctx = &mask->function_stack[i]; in mask_has_cond() local
154 struct function_ctx *ctx = &mask->function_stack[function_idx]; in lp_exec_mask_function_init() local
230 struct function_ctx *ctx = func_ctx(mask); lp_exec_bgnloop_post_phi() local
242 struct function_ctx *ctx = func_ctx(mask); lp_exec_bgnloop() local
276 struct function_ctx *ctx = func_ctx(mask); lp_exec_endloop() local
357 struct function_ctx *ctx = func_ctx(mask); lp_exec_mask_cond_push() local
378 struct function_ctx *ctx = func_ctx(mask); lp_exec_mask_cond_invert() local
400 struct function_ctx *ctx = func_ctx(mask); lp_exec_mask_cond_pop() local
428 struct function_ctx *ctx = func_ctx(mask); lp_exec_break() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor_cs.c592 struct pipe_context *ctx = c->pipe; in cs_launch() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_draw.c336 crocus_draw_vbo_get_vertex_count(struct pipe_context *ctx, in crocus_draw_vbo_get_vertex_count() argument
356 crocus_draw_vbo(struct pipe_context *ctx, in crocus_draw_vbo() argument
479 crocus_launch_grid(struct pipe_context *ctx, const struct pipe_grid_info *grid) crocus_launch_grid() argument
[all...]
H A Dcrocus_fence.c210 crocus_fence_flush(struct pipe_context *ctx, in crocus_fence_flush() argument
261 crocus_fence_await(struct pipe_context *ctx, struct pipe_fence_handle *fence) in crocus_fence_await() argument
319 crocus_fence_finish(struct pipe_screen *p_screen, struct pipe_context *ctx, in crocus_fence_finish() argument
470 crocus_fence_create_fd(struct pipe_context *ctx, struct pipe_fence_handle **out, int fd, enum pipe_fd_type type) crocus_fence_create_fd() argument
535 crocus_fence_signal(struct pipe_context *ctx, struct pipe_fence_handle *fence) crocus_fence_signal() argument
568 crocus_init_context_fence_functions(struct pipe_context *ctx) crocus_init_context_fence_functions() argument
[all...]
H A Dcrocus_context.c42 crocus_set_debug_callback(struct pipe_context *ctx, in crocus_set_debug_callback() argument
103 crocus_get_device_reset_status(struct pipe_context *ctx) in crocus_get_device_reset_status() argument
137 crocus_set_device_reset_callback(struct pipe_context *ctx, in crocus_set_device_reset_callback() argument
149 crocus_get_sample_position(struct pipe_context *ctx, in crocus_get_sample_position() argument
187 crocus_destroy_context(struct pipe_context *ctx) in crocus_destroy_context() argument
254 struct pipe_context *ctx = &ice->ctx; crocus_create_context() local
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blt.c216 struct etna_context *ctx = etna_context(pctx); in etna_blit_clear_color_blt() local
268 struct etna_context *ctx = etna_context(pctx); in etna_blit_clear_zs_blt() local
345 struct etna_context *ctx = etna_context(pctx); etna_clear_blt() local
372 struct etna_context *ctx = etna_context(pctx); etna_try_blt_blit() local
548 struct etna_context *ctx = etna_context(pctx); etna_clear_blit_blt_init() local
[all...]
H A Detnaviv_clear_blit.c50 etna_blit_save_state(struct etna_context *ctx) in etna_blit_save_state() argument
97 struct etna_context *ctx = etna_context(pctx); etna_blit() local
128 struct etna_context *ctx = etna_context(pctx); etna_clear_render_target() local
142 struct etna_context *ctx = etna_context(pctx); etna_clear_depth_stencil() local
157 struct etna_context *ctx = etna_context(pctx); etna_resource_copy_region() local
256 struct etna_context *ctx = etna_context(pctx); etna_clear_blit_init() local
[all...]
H A Detnaviv_texture_state.c89 struct etna_context *ctx = etna_context(pipe); in etna_create_sampler_state_state() local
166 struct etna_context *ctx = etna_context(pctx); in etna_create_sampler_view_state() local
296 etna_emit_ts_state(struct etna_context *ctx) in etna_emit_ts_state() argument
336 etna_emit_new_texture_state(struct etna_context *ctx) etna_emit_new_texture_state() argument
468 etna_emit_texture_state(struct etna_context *ctx) etna_emit_texture_state() argument
603 struct etna_context *ctx = etna_context(pctx); etna_texture_state_init() local
[all...]
H A Detnaviv_texture_desc.c131 struct etna_context *ctx = etna_context(pctx); in etna_create_sampler_view_desc() local
229 etna_sampler_view_update_descriptor(struct etna_context *ctx, in etna_sampler_view_update_descriptor() argument
255 etna_emit_texture_desc(struct etna_context *ctx) in etna_emit_texture_desc() argument
350 struct etna_context *ctx = etna_context(pctx); etna_texture_desc_init() local
[all...]
H A Detnaviv_texture.c49 struct etna_context *ctx = etna_context(pctx); in etna_bind_sampler_states() local
150 struct etna_context *ctx = etna_context(view->context); in etna_update_sampler_source() local
242 set_sampler_views(struct etna_context *ctx, unsigned start, unsigned end, unsigned nr, bool take_ownership, struct pipe_sampler_view **views) set_sampler_views() argument
275 etna_fragtex_set_sampler_views(struct etna_context *ctx, unsigned nr, bool take_ownership, struct pipe_sampler_view **views) etna_fragtex_set_sampler_views() argument
289 etna_vertex_set_sampler_views(struct etna_context *ctx, unsigned nr, bool take_ownership, struct pipe_sampler_view **views) etna_vertex_set_sampler_views() argument
307 struct etna_context *ctx = etna_context(pctx); etna_set_sampler_views() local
326 struct etna_context *ctx = etna_context(pctx); etna_texture_barrier() local
333 active_samplers_bits(struct etna_context *ctx) active_samplers_bits() argument
341 struct etna_context *ctx = etna_context(pctx); etna_texture_init() local
360 struct etna_context *ctx = etna_context(pctx); etna_texture_fini() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c30 src_swizzle(struct ir2_context *ctx, struct ir2_src *src, unsigned ncomp) in src_swizzle() argument
55 alu_swizzle_scalar(struct ir2_context *ctx, struct ir2_src *reg) in alu_swizzle_scalar() argument
62 alu_swizzle(struct ir2_context *ctx, struct ir2_instr *instr, in alu_swizzle() argument
93 alu_swizzle_scalar2(struct ir2_context *ctx, struct ir2_src *src, unsigned s1) in alu_swizzle_scalar2() argument
103 alu_write_mask(struct ir2_context *ctx, struc argument
119 fetch_swizzle(struct ir2_context *ctx, struct ir2_src *src, unsigned ncomp) fetch_swizzle() argument
129 fetch_dst_swiz(struct ir2_context *ctx, struct ir2_instr *instr) fetch_dst_swiz() argument
142 dst_to_reg(struct ir2_context *ctx, struct ir2_instr *instr) dst_to_reg() argument
152 src_to_reg(struct ir2_context *ctx, struct ir2_src *src) src_to_reg() argument
158 src_reg_byte(struct ir2_context *ctx, struct ir2_src *src) src_reg_byte() argument
169 fill_instr(struct ir2_context *ctx, struct ir2_sched_instr *sched, instr_t *bc, bool *is_fetch) fill_instr() argument
334 write_cfs(struct ir2_context *ctx, instr_cf_t *cfs, unsigned cf_idx, instr_cf_alloc_t *alloc, instr_cf_exec_t *exec) write_cfs() argument
357 assemble(struct ir2_context *ctx, bool binning) assemble() argument
[all...]
H A Dir2.c105 insert(struct ir2_context *ctx, unsigned block_idx, unsigned reg_idx, in insert() argument
157 scalarize_case1(struct ir2_context *ctx, struct ir2_instr *instr, bool order) in scalarize_case1() argument
218 sched_next(struct ir2_context *ctx, struct ir2_sched_instr *sched) sched_next() argument
393 schedule_instrs(struct ir2_context *ctx) schedule_instrs() argument
444 struct ir2_context ctx = {}; ir2_compile() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_gmem.c45 fd3_gmem_emit_set_prog(struct fd_context *ctx, struct fd3_emit *emit, in fd3_gmem_emit_set_prog() argument
177 struct fd_context *ctx = batch->ctx; variable
379 struct fd_context *ctx = batch->ctx; global() variable
563 struct fd_context *ctx = batch->ctx; global() variable
795 struct fd_context *ctx = batch->ctx; global() variable
827 struct fd_context *ctx = batch->ctx; global() variable
1008 struct fd_context *ctx = batch->ctx; global() variable
1088 struct fd_context *ctx = fd_context(pctx); global() variable
[all...]

Completed in 18 milliseconds

1...<<181182183184185186187188189190>>...388