Home
last modified time | relevance | path

Searched defs:is_compute (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_descriptors_lazy.c392 … enum zink_descriptor_type type, struct zink_batch_descriptor_data_lazy *bdd, bool is_compute) in check_pool_alloc()
413 …ct zink_screen *screen, struct zink_batch_descriptor_data_lazy *bdd, bool is_compute, bool has_fbf… in create_push_pool()
430 …x, struct zink_descriptor_pool *pool, struct zink_batch_descriptor_data_lazy *bdd, bool is_compute) in check_push_pool_alloc()
454 … *pg, enum zink_descriptor_type type, struct zink_batch_descriptor_data_lazy *bdd, bool is_compute) in get_descriptor_pool_lazy()
511 zink_descriptors_update_lazy_masked(struct zink_context *ctx, bool is_compute, uint8_t changed_sets… in zink_descriptors_update_lazy_masked()
572 zink_descriptors_update_lazy(struct zink_context *ctx, bool is_compute) in zink_descriptors_update_lazy()
Dzink_descriptors.c568 …image_layout_eval(const struct zink_context *ctx, const struct zink_resource *res, bool is_compute) in zink_descriptor_util_image_layout_eval()
639 …ctx, struct zink_program *pg, enum zink_descriptor_type type, unsigned descs_used, bool is_compute) in allocate_desc_set()
707 populate_zds_key(struct zink_context *ctx, enum zink_descriptor_type type, bool is_compute, in populate_zds_key()
738 populate_zds_key_compact(struct zink_context *ctx, enum zink_descriptor_type type, bool is_compute, in populate_zds_key_compact()
782 bool is_compute, in zink_descriptor_set_get()
1279 bool is_compute, bool cache_hit, uint32_t *dynamic_offsets) in update_push_ubo_descriptors()
1471 zink_descriptors_update(struct zink_context *ctx, bool is_compute) in zink_descriptors_update()
1716 update_descriptor_state(struct zink_context *ctx, enum zink_descriptor_type type, bool is_compute) in update_descriptor_state()
Dzink_context.c483 …ruct zink_context *ctx, struct zink_resource *res, enum zink_descriptor_type type, bool is_compute) in get_layout_for_binding()
1091 update_res_bind_count(struct zink_context *ctx, struct zink_resource *res, bool is_compute, bool de… in update_res_bind_count()
1454 update_binds_for_samplerviews(struct zink_context *ctx, struct zink_resource *res, bool is_compute) in update_binds_for_samplerviews()
1484 unbind_shader_image_counts(struct zink_context *ctx, struct zink_resource *res, bool is_compute, bo… in unbind_shader_image_counts()
1496 check_for_layout_update(struct zink_context *ctx, struct zink_resource *res, bool is_compute) in check_for_layout_update()
1510 bool is_compute = stage == PIPE_SHADER_COMPUTE; in unbind_shader_image() local
1552 finalize_image_bind(struct zink_context *ctx, struct zink_resource *res, bool is_compute) in finalize_image_bind()
1564 create_image_surface(struct zink_context *ctx, const struct pipe_image_view *view, bool is_compute) in create_image_surface()
3218 bool is_compute = pipeline == VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT; in resource_check_defer_image_barrier() local
3598 zink_flush_memory_barrier(struct zink_context *ctx, bool is_compute) in zink_flush_memory_barrier()
Dzink_program.c658 …_num_bindings_typed(const struct zink_program *pg, enum zink_descriptor_type type, bool is_compute) in zink_program_num_bindings_typed()
674 zink_program_num_bindings(const struct zink_program *pg, bool is_compute) in zink_program_num_bindings()
Dzink_program.h84 bool is_compute; member
Dzink_draw.cpp329 update_barriers(struct zink_context *ctx, bool is_compute, in update_barriers()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sqtt.c1014 bool is_compute) in si_sqtt_add_code_object()
1082 …r_pipeline(struct si_context* sctx, uint64_t pipeline_hash, uint64_t base_address, bool is_compute) in si_sqtt_register_pipeline()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c262 remove_scoped_barriers(nir_shader *nir, bool is_compute) in remove_scoped_barriers()
Dlvp_execute.c222 bool is_compute = pstage == PIPE_SHADER_COMPUTE; in get_pcbuf_size() local
268 bool is_compute = sh == PIPE_SHADER_COMPUTE; in update_inline_shader_state() local
/third_party/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp667 bool PipelineBuilder::is_compute() { in is_compute() function in PipelineBuilder
/third_party/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c1429 bool is_compute = cmd_buffer->qf == RADV_QUEUE_COMPUTE; in si_emit_cache_flush() local
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c4904 bool is_compute = cs_shader ? true : false; in evergreen_emit_atomic_buffer_setup_count() local
4942 bool is_compute, in evergreen_emit_atomic_buffer_setup()
4971 bool is_compute, in evergreen_emit_atomic_buffer_save()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.cpp1580 bool is_compute = gl_shader_stage_is_compute(stage); in assign_curb_setup() local