/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_resources.c | 139 static LLVMValueRef force_dcc_off(struct si_shader_context *ctx, LLVMValueRef rsrc) in force_dcc_off() 154 static LLVMValueRef force_write_compress_off(struct si_shader_context *ctx, LLVMValueRef rsrc) in force_write_compress_off() 165 static LLVMValueRef fixup_image_desc(struct si_shader_context *ctx, LLVMValueRef rsrc, in fixup_image_desc() 185 LLVMValueRef rsrc; in si_load_image_desc() local 315 LLVMValueRef rsrc = ac_get_arg(&ctx->ac, ctx->cs_image[const_index]); in si_nir_load_sampler_desc() local
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_helpers.c | 96 struct panfrost_resource *rsrc = pan_resource(info->index.resource); in panfrost_get_index_buffer() local 129 struct panfrost_resource *rsrc = pan_resource(info->index.resource); in panfrost_get_index_buffer_bounded() local 244 struct panfrost_resource *rsrc = pan_resource(image->resource); in panfrost_track_image_access() local
|
D | pan_resource.c | 145 struct panfrost_resource *rsrc; in panfrost_resource_get_handle() local 192 struct panfrost_resource *rsrc = (struct panfrost_resource *) prsc; in panfrost_resource_get_param() local 771 struct panfrost_resource *rsrc = (struct panfrost_resource *) pt; in panfrost_resource_destroy() local 882 struct panfrost_resource *rsrc) in panfrost_load_tiled_images() 915 struct panfrost_resource *rsrc) in panfrost_store_tiled_images() 959 struct panfrost_resource *rsrc = pan_resource(resource); in panfrost_ptr_map() local 1168 struct panfrost_resource *rsrc, in pan_resource_modifier_convert() 1223 struct panfrost_resource *rsrc, in pan_legalize_afbc_format() 1391 struct panfrost_resource *rsrc = pan_resource(prsrc); in panfrost_invalidate_resource() local 1408 panfrost_resource_get_internal_format(struct pipe_resource *rsrc) in panfrost_resource_get_internal_format() [all …]
|
D | pan_job.c | 57 struct panfrost_resource *rsrc = pan_resource(surf->texture); in panfrost_batch_add_surface() local 126 struct panfrost_resource *rsrc = (void *) entry->key; in panfrost_batch_cleanup() local 236 struct panfrost_resource *rsrc, bool writes) in panfrost_batch_update_access() 331 struct panfrost_resource *rsrc, in panfrost_batch_read_rsrc() 350 struct panfrost_resource *rsrc, in panfrost_batch_write_rsrc() 369 struct panfrost_resource *rsrc, in panfrost_resource_swap_bo() 880 struct panfrost_resource *rsrc, in panfrost_flush_writer() 893 struct panfrost_resource *rsrc, in panfrost_flush_batches_accessing_rsrc()
|
D | pan_compute.c | 120 struct panfrost_resource *rsrc = pan_resource(resources[i]); in panfrost_set_global_binding() local
|
D | pan_cmdstream.c | 880 struct panfrost_resource *rsrc = pan_resource(prsrc); in panfrost_emit_vertex_buffers() local 1023 struct panfrost_resource *rsrc = pan_resource(cb->buffer); in panfrost_map_constant_buffer_gpu() local 1165 struct panfrost_resource *rsrc = pan_resource(sb.buffer); in panfrost_upload_ssbo_sysval() local 1330 struct panfrost_resource *rsrc = pan_resource(target->buffer); in panfrost_upload_sysvals() local 1413 struct panfrost_resource *rsrc = pan_resource(cb->buffer); in panfrost_map_constant_buffer_cpu() local 1638 struct panfrost_resource *rsrc = pan_resource(pview->texture); in panfrost_get_tex_desc() local 1749 struct panfrost_resource *rsrc = pan_resource(view->base.texture); in panfrost_update_sampler_view() local 1783 struct panfrost_resource *rsrc = pan_resource(pview->texture); in panfrost_emit_texture_descriptors() local 1895 struct panfrost_resource *rsrc = pan_resource(image->resource); in emit_image_bufs() local 2047 struct panfrost_resource *rsrc; in panfrost_emit_vertex_data() local [all …]
|
D | pan_resource.h | 108 struct pipe_resource *rsrc; member
|
D | pan_context.c | 272 struct panfrost_resource *rsrc = pan_resource(image->resource); in panfrost_set_shader_images() local 952 struct panfrost_resource *rsrc = pan_resource(query->rsrc); in panfrost_get_query_result() local
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | magic.c | 56 struct agx_resource *rsrc = agx_resource(prsrc); in asahi_size_resource() local 99 agx_map_surface_resource(struct pipe_surface *surf, struct agx_resource *rsrc) in agx_map_surface_resource() 111 asahi_pack_iogpu_attachment(void *out, struct agx_resource *rsrc, in asahi_pack_iogpu_attachment() 141 struct agx_resource *rsrc = agx_resource(framebuffer->zsbuf->texture); in asahi_pack_iogpu_attachments() local
|
D | agx_pipe.c | 248 struct agx_resource *rsrc = (struct agx_resource *)prsrc; in agx_resource_destroy() local 282 struct agx_resource *rsrc = agx_resource(resource); in agx_transfer_map() local 347 struct agx_resource *rsrc = (struct agx_resource *) prsrc; in agx_transfer_unmap() local 510 struct agx_resource *rsrc = agx_resource(surf->texture); in agx_flush() local 516 struct agx_resource *rsrc = agx_resource(surf->texture); in agx_flush() local 680 struct agx_resource *rsrc = (struct agx_resource *) prsrc; in agx_flush_frontbuffer() local
|
D | agx_state.h | 284 agx_texture_offset(struct agx_resource *rsrc, unsigned level, unsigned z) in agx_texture_offset() 290 agx_map_texture_cpu(struct agx_resource *rsrc, unsigned level, unsigned z) in agx_map_texture_cpu() 296 agx_map_texture_gpu(struct agx_resource *rsrc, unsigned level, unsigned z) in agx_map_texture_gpu() 305 struct pipe_resource *rsrc; member
|
D | agx_state.c | 443 struct agx_resource *rsrc = agx_resource(texture); in agx_create_sampler_view() local 1244 struct agx_resource *rsrc = agx_resource(surf->texture); in agx_build_reload_pipeline() local
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_apply_pipeline_layout.c | 159 load_inline_buffer_descriptor(nir_builder *b, apply_layout_state *state, nir_ssa_def *rsrc) in load_inline_buffer_descriptor() 180 load_buffer_descriptor(nir_builder *b, apply_layout_state *state, nir_ssa_def *rsrc, in load_buffer_descriptor() 207 nir_ssa_def *rsrc = intrin->src[0].ssa; in visit_get_ssbo_size() local 377 nir_ssa_def *rsrc; in apply_layout_to_intrin() local
|
D | radv_meta.c | 833 nir_ssa_def *rsrc = nir_vulkan_resource_index(b, 3, 32, nir_imm_int(b, 0), .desc_set = desc_set, in radv_meta_load_descriptor() local
|
/third_party/libsnd/src/ |
D | sd2.c | 192 { SD2_RSRC rsrc ; in sd2_write_rsrc_fork() local 371 { SD2_RSRC rsrc ; in sd2_parse_rsrc_fork() local 510 parse_str_rsrc (SF_PRIVATE *psf, SD2_RSRC * rsrc) in parse_str_rsrc()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_hw_context.c | 41 struct r600_resource *rsrc = (struct r600_resource*)src; in evergreen_dma_copy_buffer() local
|
D | r600_hw_context.c | 589 struct r600_resource *rsrc = (struct r600_resource*)src; in r600_dma_copy_buffer() local
|
D | r600_test_dma.c | 208 struct r600_texture *rsrc; in r600_test_dma() local
|
D | r600_buffer_common.c | 250 struct r600_resource *rsrc = r600_resource(src); in r600_replace_buffer_storage() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir_opt_preamble.c | 188 nir_intrinsic_instr *rsrc = ir3_bindless_resource(intrin->src[0]); in instr_cost() local
|
D | ir3_nir_analyze_ubo_ranges.c | 64 nir_intrinsic_instr *rsrc = ir3_bindless_resource(instr->src[0]); in get_ubo_info() local
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 1202 static void ac_build_buffer_store_common(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_buffer_store_common() 1231 void ac_build_buffer_store_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef data, in ac_build_buffer_store_format() 1238 void ac_build_buffer_store_dword(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata, in ac_build_buffer_store_dword() 1265 static LLVMValueRef ac_build_buffer_load_common(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_buffer_load_common() 1302 LLVMValueRef ac_build_buffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, int num_channels, in ac_build_buffer_load() 1341 LLVMValueRef ac_build_buffer_load_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_buffer_load_format() 1387 static LLVMValueRef ac_build_tbuffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_tbuffer_load() 1415 LLVMValueRef ac_build_struct_tbuffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_struct_tbuffer_load() 1425 LLVMValueRef ac_build_buffer_load_short(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_buffer_load_short() 1433 LLVMValueRef ac_build_buffer_load_byte(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_buffer_load_byte() [all …]
|
D | ac_nir_to_llvm.c | 1772 …LLVMValueRef rsrc = ctx->abi->load_ssbo(ctx->abi, get_src(ctx, instr->src[0]), false, non_uniform); in visit_get_ssbo_size() local 1846 LLVMValueRef rsrc = ctx->abi->load_ssbo(ctx->abi, rsrc_base, true, false); in visit_store_ssbo() local 2094 LLVMValueRef rsrc = ctx->abi->load_ssbo(ctx->abi, rsrc_base, false, false); in visit_load_buffer() local 2325 LLVMValueRef rsrc = rsrc_base; in visit_load_ubo_buffer() local 2613 LLVMValueRef rsrc, vindex; in visit_image_load() local 2709 LLVMValueRef rsrc = get_image_descriptor(ctx, instr, dynamic_index, AC_DESC_BUFFER, true); in visit_image_store() local 2901 LLVMValueRef rsrc = get_image_descriptor(ctx, instr, dynamic_index, AC_DESC_IMAGE, false); in visit_image_samples() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_stereo3d.c | 326 static void anaglyph_ic(uint8_t *dst, uint8_t *lsrc, uint8_t *rsrc, in anaglyph_ic() 346 static void anaglyph(uint8_t *dst, uint8_t *lsrc, uint8_t *rsrc, in anaglyph()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 5791 Temp rsrc, Temp offset, unsigned align_mul, unsigned align_offset, bool glc = false, in load_buffer() 5824 Temp rsrc = bld.as_uniform(get_ssa_temp(ctx, instr->src[0].ssa)); in visit_load_ubo() local 5948 Temp rsrc = bld.pseudo(aco_opcode::p_create_vector, bld.def(s4), in visit_load_constant() local 6022 emit_mimg(Builder& bld, aco_opcode op, Definition dst, Temp rsrc, Operand samp, in emit_mimg() 6151 Temp rsrc = bld.as_uniform(get_ssa_temp(ctx, instr->src[0].ssa)); in get_image_coords() local 6343 Temp rsrc = bld.as_uniform(get_ssa_temp(ctx, instr->src[0].ssa)); in visit_image_store() local 6684 Temp rsrc = bld.as_uniform(get_ssa_temp(ctx, instr->src[0].ssa)); in visit_load_ssbo() local 6706 Temp rsrc = bld.as_uniform(get_ssa_temp(ctx, instr->src[1].ssa)); in visit_store_ssbo() local 6758 Temp rsrc = bld.as_uniform(get_ssa_temp(ctx, instr->src[0].ssa)); in visit_atomic_ssbo() local 6977 Temp rsrc = get_gfx6_global_rsrc(bld, write_address); in visit_store_global() local [all …]
|