/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_descriptors.c | 265 …image_layout_eval(const struct zink_context *ctx, const struct zink_resource *res, bool is_compute) in zink_descriptor_util_image_layout_eval() 913 enum zink_descriptor_type type, struct zink_batch_state *bs, bool is_compute) in check_pool_alloc() 965 create_push_pool(struct zink_screen *screen, struct zink_batch_state *bs, bool is_compute, bool has… in create_push_pool() 982 …ntext *ctx, struct zink_descriptor_pool_multi *mpool, struct zink_batch_state *bs, bool is_compute) in check_push_pool_alloc() 1013 …uct zink_program *pg, enum zink_descriptor_type type, struct zink_batch_state *bs, bool is_compute) in get_descriptor_pool() 1158 zink_descriptors_update_masked_buffer(struct zink_context *ctx, bool is_compute, uint8_t changed_se… in zink_descriptors_update_masked_buffer() 1233 zink_descriptors_update_masked(struct zink_context *ctx, bool is_compute, uint8_t changed_sets, uin… in zink_descriptors_update_masked() 1305 zink_descriptors_update(struct zink_context *ctx, bool is_compute) in zink_descriptors_update()
|
H A D | zink_context.c | 610 …ruct zink_context *ctx, struct zink_resource *res, enum zink_descriptor_type type, bool is_compute) in get_layout_for_binding() 1317 update_res_bind_count(struct zink_context *ctx, struct zink_resource *res, bool is_compute, bool de… in update_res_bind_count() 1606 unbind_descriptor_reads(struct zink_resource *res, bool is_compute) in unbind_descriptor_reads() 1613 unbind_buffer_descriptor_reads(struct zink_resource *res, bool is_compute) in unbind_buffer_descriptor_reads() 1735 update_binds_for_samplerviews(struct zink_context *ctx, struct zink_resource *res, bool is_compute) in update_binds_for_samplerviews() 1765 unbind_shader_image_counts(struct zink_context *ctx, struct zink_resource *res, bool is_compute, bo… in unbind_shader_image_counts() 1777 check_for_layout_update(struct zink_context *ctx, struct zink_resource *res, bool is_compute) in check_for_layout_update() 1798 bool is_compute = stage == MESA_SHADER_COMPUTE; in unbind_shader_image() local 1839 finalize_image_bind(struct zink_context *ctx, struct zink_resource *res, bool is_compute) in finalize_image_bind() 1857 create_image_surface(struct zink_context *ctx, const struct pipe_image_view *view, bool is_compute) in create_image_surface() [all …]
|
H A D | zink_synchronization.cpp | 305 bool is_compute = pipeline == VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT; in resource_check_defer_image_barrier() local
|
H A D | zink_program.c | 955 …t zink_screen *screen, VkDescriptorSetLayout *dsl, unsigned num_dsl, bool is_compute, VkPipelineLa… in zink_pipeline_layout_create() 984 create_program(struct zink_context *ctx, bool is_compute) in create_program()
|
H A D | zink_types.h | 1001 bool is_compute; member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_sqtt.c | 739 bool is_compute = gfx_sh_offsets == NULL; in si_sqtt_add_code_object() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_state.c | 4981 bool is_compute = cs_shader ? true : false; in evergreen_emit_atomic_buffer_setup_count() local 5019 bool is_compute, in evergreen_emit_atomic_buffer_setup() 5048 bool is_compute, in evergreen_emit_atomic_buffer_save()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_batch.c | 212 bool is_compute) in agx_print_result()
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.cpp | 945 PipelineBuilder::is_compute() in is_compute() function in PipelineBuilder
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_pipeline.c | 162 remove_barriers(nir_shader *nir, bool is_compute) in remove_barriers()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_fs.cpp | 1047 bool is_compute = gl_shader_stage_is_compute(stage); in assign_curb_setup() local
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_cmd_buffer.c | 3558 bool is_compute) in handle_sample_from_linear_image()
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | nir_to_dxil.c | 3100 bool is_compute = ctx->mod.shader_kind == DXIL_COMPUTE_SHADER; in emit_barrier_impl() local
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_cmd_buffer.c | 12787 bool is_compute = cmd_buffer->qf == RADV_QUEUE_COMPUTE; in radv_emit_cache_flush() local
|