Home
last modified time | relevance | path

Searched defs:rsrc (Results 1 – 25 of 30) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_sfbd.c82 struct panfrost_resource *rsrc = pan_resource(surf->texture); in panfrost_sfbd_set_cbuf() local
113 struct panfrost_resource *rsrc = pan_resource(surf->texture); in panfrost_sfbd_set_zsbuf() local
221 struct panfrost_resource *rsrc = pan_resource(surf->texture); in panfrost_sfbd_fragment() local
Dpan_mfbd.c38 struct panfrost_resource *rsrc = pan_resource(surf->texture); in panfrost_mfbd_has_zs_crc_ext() local
133 struct panfrost_resource *rsrc = pan_resource(surf->texture); in panfrost_mfbd_rt_set_buf() local
253 struct panfrost_resource *rsrc = pan_resource(c_surf->texture); in panfrost_mfbd_zs_crc_ext_set_bufs() local
281 struct panfrost_resource *rsrc = pan_resource(zs_surf->texture); in panfrost_mfbd_zs_crc_ext_set_bufs() local
Dpan_fragment.c43 struct panfrost_resource *rsrc = pan_resource(surf->texture); in panfrost_initialize_surface() local
Dpan_resource.c118 struct panfrost_resource *rsrc = (struct panfrost_resource *) pt; in panfrost_resource_get_handle() local
680 struct panfrost_resource *rsrc = (struct panfrost_resource *) pt; in panfrost_resource_destroy() local
795 struct panfrost_resource *rsrc = pan_resource(resource); in panfrost_ptr_map() local
1106 panfrost_resource_get_internal_format(struct pipe_resource *rsrc) in panfrost_resource_get_internal_format()
1122 struct panfrost_resource *rsrc = pan_resource(prsrc); in panfrost_generate_mipmap() local
1147 struct panfrost_resource *rsrc, in panfrost_get_texture_address()
Dpan_cmdstream.c66 struct panfrost_resource *rsrc = pan_resource(info->index.resource); in panfrost_get_index_buffer_bounded() local
666 struct panfrost_resource *rsrc = pan_resource(cb->buffer); in panfrost_map_constant_buffer_gpu() local
851 struct panfrost_resource *rsrc = pan_resource(cb->buffer); in panfrost_map_constant_buffer_cpu() local
992 struct panfrost_resource *rsrc = pan_resource(pview->texture); in panfrost_get_tex_desc() local
1011 struct panfrost_resource *rsrc = pan_resource(view->base.texture); in panfrost_update_sampler_view() local
1041 struct panfrost_resource *rsrc = pan_resource(pview->texture); in panfrost_emit_texture_descriptors() local
1146 struct panfrost_resource *rsrc; in panfrost_emit_vertex_data() local
Dpan_job.c555 struct panfrost_resource *rsrc, in panfrost_batch_add_resource_bos()
576 struct panfrost_resource *rsrc = pan_resource(batch->key.cbufs[i]->texture); in panfrost_batch_add_fbo_bos() local
581 struct panfrost_resource *rsrc = pan_resource(batch->key.zsbuf->texture); in panfrost_batch_add_fbo_bos() local
759 struct panfrost_resource *rsrc = pan_resource(surf->texture); in panfrost_load_surface() local
Dpan_resource.h89 struct pipe_resource *rsrc; member
Dpan_context.h200 struct pipe_resource *rsrc; member
/external/u-boot/arch/arm/mach-imx/imx8/
Dfdt.c104 static int config_smmu_resource_sid(int rsrc, int sid) in config_smmu_resource_sid()
126 int rsrc, ret; in config_smmu_fdt_device_sid() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_resources.c138 static LLVMValueRef force_dcc_off(struct si_shader_context *ctx, LLVMValueRef rsrc) in force_dcc_off()
160 LLVMValueRef rsrc; in si_load_image_desc() local
Dsi_compute_prim_discard.c777 LLVMValueRef rsrc = ac_build_gather_values(&ctx->ac, desc, 4); in si_build_prim_discard_compute_shader() local
/external/grpc-grpc/src/php/ext/grpc/
Dchannel.c182 php_grpc_zend_resource *rsrc; in update_and_get_target_upper_bound() local
307 php_grpc_zend_resource *rsrc; in PHP_METHOD() local
549 php_grpc_zend_resource *rsrc; in php_grpc_delete_persistent_list_entry() local
Dphp7_wrapper.h139 #define PHP_GRPC_PERSISTENT_LIST_FIND(plist, key, len, rsrc) \ argument
141 #define PHP_GRPC_PERSISTENT_LIST_UPDATE(plist, key, len, rsrc) \ argument
264 #define PHP_GRPC_PERSISTENT_LIST_FIND(plist, key, len, rsrc) \ argument
266 #define PHP_GRPC_PERSISTENT_LIST_UPDATE(plist, key, len, rsrc) \ argument
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_hw_context.c41 struct r600_resource *rsrc = (struct r600_resource*)src; in evergreen_dma_copy_buffer() local
Dr600_hw_context.c590 struct r600_resource *rsrc = (struct r600_resource*)src; in r600_dma_copy_buffer() local
Dr600_test_dma.c208 struct r600_texture *rsrc; in r600_test_dma() local
Dr600_buffer_common.c273 struct r600_resource *rsrc = r600_resource(src); in r600_replace_buffer_storage() local
Dr600_blit.c607 struct r600_resource_global *rsrc = in r600_copy_global_buffer() local
Dr600_state.c2858 struct r600_texture *rsrc = (struct r600_texture*)src; in r600_dma_copy_tile() local
2954 struct r600_texture *rsrc = (struct r600_texture*)src; in r600_dma_copy() local
Dr600_pipe_common.c1077 struct r600_multi_fence *rsrc = (struct r600_multi_fence *)src; in r600_fence_reference() local
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c1068 static void ac_build_buffer_store_common(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_buffer_store_common()
1097 void ac_build_buffer_store_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef data, in ac_build_buffer_store_format()
1107 void ac_build_buffer_store_dword(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata, in ac_build_buffer_store_dword()
1153 static LLVMValueRef ac_build_buffer_load_common(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_buffer_load_common()
1190 LLVMValueRef ac_build_buffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, int num_channels, in ac_build_buffer_load()
1231 LLVMValueRef ac_build_buffer_load_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_buffer_load_format()
1241 static LLVMValueRef ac_build_tbuffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_tbuffer_load()
1272 LLVMValueRef ac_build_struct_tbuffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_struct_tbuffer_load()
1282 LLVMValueRef ac_build_raw_tbuffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_raw_tbuffer_load()
1291 LLVMValueRef ac_build_tbuffer_load_short(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_tbuffer_load_short()
[all …]
Dac_nir_to_llvm.c1669 LLVMValueRef rsrc = ctx->abi->load_ssbo(ctx->abi, rsrc_base, true); in visit_store_ssbo() local
1916 LLVMValueRef rsrc = ctx->abi->load_ssbo(ctx->abi, rsrc_base, false); in visit_load_buffer() local
2095 LLVMValueRef rsrc = rsrc_base; in visit_load_ubo_buffer() local
2357 LLVMValueRef rsrc = get_image_descriptor(ctx, instr, dynamic_index, AC_DESC_BUFFER, write); in get_image_buffer_descriptor() local
2419 LLVMValueRef rsrc, vindex; in visit_image_load() local
2506 LLVMValueRef rsrc = get_image_buffer_descriptor(ctx, instr, dynamic_index, true, false); in visit_image_store() local
2694 LLVMValueRef rsrc = get_image_descriptor(ctx, instr, dynamic_index, AC_DESC_IMAGE, false); in visit_image_samples() local
/external/mesa3d/src/freedreno/ir3/
Dir3_nir_analyze_ubo_ranges.c63 nir_intrinsic_instr *rsrc = ir3_bindless_resource(instr->src[0]); in get_ubo_info() local
/external/mesa3d/src/amd/vulkan/
Dradv_meta.c660 nir_intrinsic_instr *rsrc = in radv_meta_load_descriptor() local
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp5145 Temp dst, Temp rsrc, Temp offset, unsigned align_mul, unsigned align_offset, in load_buffer()
5168 Temp rsrc = get_ssa_temp(ctx, instr->src[0].ssa); in visit_load_ubo() local
5323 Temp rsrc = bld.pseudo(aco_opcode::p_create_vector, bld.def(s4), in visit_load_constant() local
5867 …Temp rsrc = get_sampler_desc(ctx, nir_instr_as_deref(instr->src[0].ssa->parent_instr), ACO_DESC_BU… in visit_image_store() local
6152 Temp rsrc = convert_pointer_to_64_bit(ctx, get_ssa_temp(ctx, instr->src[0].ssa)); in visit_load_ssbo() local
6179 Temp rsrc = convert_pointer_to_64_bit(ctx, get_ssa_temp(ctx, instr->src[1].ssa)); in visit_store_ssbo() local
6272 Temp rsrc = convert_pointer_to_64_bit(ctx, get_ssa_temp(ctx, instr->src[0].ssa)); in visit_atomic_ssbo() local
6342 Temp rsrc = get_ssa_temp(ctx, instr->src[0].ssa); in visit_get_ssbo_size() local
6457 Temp rsrc = get_gfx6_global_rsrc(bld, addr); in visit_store_global() local
6613 Temp rsrc = get_gfx6_global_rsrc(bld, addr); in visit_global_atomic() local
[all …]

12