Searched defs:rsrc (Results 1 - 25 of 47) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_sfbd.c93 struct panfrost_resource *rsrc = pan_resource(surf->texture); local in function:panfrost_sfbd_set_cbuf
H A Dpan_mfbd.c91 struct panfrost_resource *rsrc = pan_resource(surf->texture); local in function:panfrost_mfbd_set_cbuf
132 struct panfrost_resource *rsrc = pan_resource(surf->texture); local in function:panfrost_mfbd_set_zsbuf
277 struct panfrost_resource *rsrc = (struct panfrost_resource *) ctx->pipe_framebu local in function:panfrost_mfbd_fragment
[all...]
H A Dpan_resource.c90 struct panfrost_resource *rsrc = (struct panfrost_resource *) pt; local in function:panfrost_resource_get_handle
386 struct panfrost_resource *rsrc = (struct panfrost_resource *) pt; local in function:panfrost_resource_destroy
407 struct panfrost_resource *rsrc = pan_resource(resource); local in function:panfrost_transfer_map
483 panfrost_tile_texture(struct panfrost_screen * screen,struct panfrost_resource * rsrc,struct panfrost_gtransfer * trans) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_helpers.c94 struct panfrost_resource *rsrc = pan_resource(info->index.resource); local in function:panfrost_get_index_buffer_bounded
H A Dpan_compute.c121 struct panfrost_resource *rsrc = pan_resource(resources[i]); local in function:panfrost_set_global_binding
H A Dpan_resource.h99 struct pipe_resource *rsrc; member in struct:panfrost_transfer::__anone3011b9c0508
H A Dpan_job.c58 struct panfrost_resource *rsrc = pan_resource(surf->texture); local in function:panfrost_batch_add_surface
128 struct panfrost_resource *rsrc = (void *) entry->key; local in function:panfrost_batch_cleanup
238 panfrost_batch_update_access(struct panfrost_batch * batch,struct panfrost_resource * rsrc,bool writes) argument
319 panfrost_batch_read_rsrc(struct panfrost_batch * batch,struct panfrost_resource * rsrc,enum pipe_shader_type stage) argument
338 panfrost_batch_write_rsrc(struct panfrost_batch * batch,struct panfrost_resource * rsrc,enum pipe_shader_type stage) argument
807 panfrost_flush_writer(struct panfrost_context * ctx,struct panfrost_resource * rsrc,const char * reason) argument
820 panfrost_flush_batches_accessing_rsrc(struct panfrost_context * ctx,struct panfrost_resource * rsrc,const char * reason) argument
[all...]
H A Dpan_context.c265 struct panfrost_resource *rsrc = pan_resource(image->resource); local in function:panfrost_set_shader_images
915 struct panfrost_resource *rsrc = pan_resource(query->rsrc); local in function:panfrost_get_query_result
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_hw_context.c41 struct r600_resource *rsrc = (struct r600_resource*)src; local in function:evergreen_dma_copy_buffer
H A Dr600_buffer_common.c275 struct r600_resource *rsrc = r600_resource(src); local in function:r600_replace_buffer_storage
[all...]
H A Dr600_hw_context.c590 struct r600_resource *rsrc = (struct r600_resource*)src; local in function:r600_dma_copy_buffer
H A Dr600_test_dma.c209 struct r600_texture *rsrc; local in function:r600_test_dma
H A Dr600_blit.c605 struct r600_resource_global *rsrc = local in function:r600_copy_global_buffer
H A Dr600_pipe_common.c1152 struct r600_multi_fence *rsrc = (struct r600_multi_fence *)src; local in function:r600_fence_reference
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_hw_context.c41 struct r600_resource *rsrc = (struct r600_resource*)src; local in function:evergreen_dma_copy_buffer
H A Dr600_buffer_common.c273 struct r600_resource *rsrc = r600_resource(src); local in function:r600_replace_buffer_storage
[all...]
H A Dr600_hw_context.c590 struct r600_resource *rsrc = (struct r600_resource*)src; local in function:r600_dma_copy_buffer
H A Dr600_test_dma.c208 struct r600_texture *rsrc; local in function:r600_test_dma
/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_vgaarb.c130 int ret, rsrc; local in function:pci_device_vgaarb_init
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_resources.c138 static LLVMValueRef force_dcc_off(struct si_shader_context *ctx, LLVMValueRef rsrc) argument
153 static LLVMValueRef force_write_compress_off(struct si_shader_context *ctx, LLVMValueRef rsrc) argument
164 static LLVMValueRef fixup_image_desc(struct si_shader_context *ctx, LLVMValueRef rsrc, argument
184 LLVMValueRef rsrc; local in function:si_load_image_desc
310 LLVMValueRef rsrc = ac_get_arg(&ctx->ac, ctx->cs_image[const_index]); local in function:si_nir_load_sampler_desc
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_analyze_ubo_ranges.c64 nir_intrinsic_instr *rsrc = ir3_bindless_resource(instr->src[0]); local in function:get_ubo_info
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta.c690 nir_ssa_def *rsrc = nir_vulkan_resource_index(b, 3, 32, nir_imm_int(b, 0), .desc_set = desc_set, local in function:radv_meta_load_descriptor
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_state.h265 struct pipe_resource *rsrc; member in struct:agx_transfer::__anonc268ef8f0308
H A Dagx_pipe.c264 agx_rsrc_offset(struct agx_resource *rsrc, unsigned level, unsigned z) argument
277 struct agx_resource *rsrc = (struct agx_resource *)prsrc; local in function:agx_resource_destroy
311 struct agx_resource *rsrc local in function:agx_transfer_map
374 struct agx_resource *rsrc = (struct agx_resource *) prsrc; local in function:agx_transfer_unmap
514 struct agx_resource *rsrc = agx_resource(surf->texture); local in function:agx_flush
520 struct agx_resource *rsrc = agx_resource(surf->texture); local in function:agx_flush
677 struct agx_resource *rsrc = (struct agx_resource *) prsrc; local in function:agx_flush_frontbuffer
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c183 LLVMValueRef rsrc; local in function:si_load_image_desc
161 force_dcc_off(struct si_shader_context * ctx,LLVMValueRef rsrc) argument
208 image_fetch_rsrc(struct lp_build_tgsi_context * bld_base,const struct tgsi_full_src_register * image,bool is_store,unsigned target,LLVMValueRef * rsrc) argument
997 LLVMValueRef rsrc = shader_buffer_fetch_rsrc(ctx, reg, false); local in function:resq_emit
1007 LLVMValueRef rsrc; local in function:resq_emit
1018 LLVMValueRef rsrc; local in function:resq_emit
[all...]

Completed in 22 milliseconds

12