/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe_common.c | 1076 struct r600_multi_fence *rsrc = (struct r600_multi_fence *)src; in r600_fence_reference() local
|
H A D | r600_texture.c | 47 r600_prepare_for_dma_blit(struct r600_common_context *rctx, struct r600_texture *rdst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct r600_texture *rsrc, unsigned src_level, const struct pipe_box *src_box) r600_prepare_for_dma_blit() argument
|
H A D | r600_state.c | 2866 struct r600_texture *rsrc = (struct r600_texture*)src; in r600_dma_copy_tile() local 2962 struct r600_texture *rsrc = (struct r600_texture*)src; r600_dma_copy() local [all...] |
H A D | evergreen_state.c | 3780 struct r600_texture *rsrc = (struct r600_texture*)src; in evergreen_dma_copy_tile() local 3894 struct r600_texture *rsrc = (struct r600_texture*)src; evergreen_dma_copy() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | sanm.c | 1294 uint8_t *rsrc; in decode_8() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lut3d.c | 1433 const float *rsrc = (const float *)(datar + y*rlinesize); in update_clut_float() local
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A 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 [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 53 ir3_handle_bindless_cat6(struct ir3_instruction *instr, nir_src rsrc) in ir3_handle_bindless_cat6() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir.c | 2805 nir_binding nir_chase_binding(nir_src rsrc) in nir_chase_binding() argument [all...] |
/third_party/toybox/toys/pending/ |
H A D | ip.c | 1498 struct I_data rvia, rdst, mdst, rsrc, msrc; member [all...] |
/third_party/libsnd/src/ |
H A D | common.h | 351 PSF_FILE file, rsrc ; member
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A 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); panfrost_upload_sysvals() local 1413 struct panfrost_resource *rsrc = pan_resource(cb->buffer); panfrost_map_constant_buffer_cpu() local 1638 struct panfrost_resource *rsrc = pan_resource(pview->texture); panfrost_get_tex_desc() local 1749 struct panfrost_resource *rsrc = pan_resource(view->base.texture); panfrost_update_sampler_view() local 1783 struct panfrost_resource *rsrc = pan_resource(pview->texture); panfrost_emit_texture_descriptors() local 1895 struct panfrost_resource *rsrc = pan_resource(image->resource); emit_image_bufs() local 2047 struct panfrost_resource *rsrc; panfrost_emit_vertex_data() local 2713 struct panfrost_resource *rsrc = pan_resource(surf->texture); panfrost_initialize_surface() local 3229 struct panfrost_resource *rsrc = pan_resource(ctx->occlusion_query->rsrc); panfrost_emit_draw() local 3797 struct panfrost_resource *rsrc = pan_resource(info->index.resource); panfrost_indirect_draw() local [all...] |
/third_party/mesa3d/src/amd/llvm/ |
H A 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; visit_load_ubo_buffer() local 2613 LLVMValueRef rsrc, vindex; visit_image_load() local 2709 LLVMValueRef rsrc = get_image_descriptor(ctx, instr, dynamic_index, AC_DESC_BUFFER, true); visit_image_store() local 2901 LLVMValueRef rsrc = get_image_descriptor(ctx, instr, dynamic_index, AC_DESC_IMAGE, false); visit_image_samples() local [all...] |
H A 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() argument 1231 void ac_build_buffer_store_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef data, in ac_build_buffer_store_format() argument 1238 void ac_build_buffer_store_dword(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata, in ac_build_buffer_store_dword() argument 1265 static LLVMValueRef ac_build_buffer_load_common(struct ac_llvm_context *ctx, LLVMValueRef rsrc, in ac_build_buffer_load_common() argument 1302 ac_build_buffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, int num_channels, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, LLVMTypeRef channel_type, unsigned cache_policy, bool can_speculate, bool allow_smem) ac_build_buffer_load() argument 1341 ac_build_buffer_load_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vindex, LLVMValueRef voffset, unsigned num_channels, unsigned cache_policy, bool can_speculate, bool d16, bool tfe) ac_build_buffer_load_format() argument 1387 ac_build_tbuffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned num_channels, unsigned dfmt, unsigned nfmt, unsigned cache_policy, bool can_speculate, bool structurized) ac_build_tbuffer_load() argument 1415 ac_build_struct_tbuffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned num_channels, unsigned dfmt, unsigned nfmt, unsigned cache_policy, bool can_speculate) ac_build_struct_tbuffer_load() argument 1425 ac_build_buffer_load_short(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy) ac_build_buffer_load_short() argument 1433 ac_build_buffer_load_byte(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy) ac_build_buffer_load_byte() argument 1524 ac_build_opencoded_load_format(struct ac_llvm_context *ctx, unsigned log_size, unsigned num_channels, unsigned format, bool reverse, bool known_aligned, LLVMValueRef rsrc, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy, bool can_speculate) ac_build_opencoded_load_format() argument 1732 ac_build_buffer_store_short(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy) ac_build_buffer_store_short() argument 1741 ac_build_buffer_store_byte(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy) ac_build_buffer_store_byte() argument 2330 ac_build_image_get_sample_count(struct ac_llvm_context *ctx, LLVMValueRef rsrc) ac_build_image_get_sample_count() argument [all...] |