Searched refs:rsrc (Results 1 - 25 of 62) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_mfbd.c91 struct panfrost_resource *rsrc = pan_resource(surf->texture); local in function:panfrost_mfbd_set_cbuf
92 int stride = rsrc->bo->slices[0].stride;
98 if (rsrc->bo->layout == PAN_LINEAR) {
99 mali_ptr framebuffer = rsrc->bo->gpu;
108 } else if (rsrc->bo->layout == PAN_AFBC) {
109 rt->afbc.metadata = rsrc->bo->afbc_slab.gpu;
115 mali_ptr afbc_main = rsrc->bo->afbc_slab.gpu + rsrc->bo->afbc_metadata_size;
132 struct panfrost_resource *rsrc = pan_resource(surf->texture); local in function:panfrost_mfbd_set_zsbuf
134 if (rsrc
277 struct panfrost_resource *rsrc = (struct panfrost_resource *) ctx->pipe_framebu local in function:panfrost_mfbd_fragment
[all...]
H A Dpan_sfbd.c93 struct panfrost_resource *rsrc = pan_resource(surf->texture); local in function:panfrost_sfbd_set_cbuf
95 signed stride = rsrc->bo->slices[0].stride;
99 if (rsrc->bo->layout == PAN_LINEAR) {
100 mali_ptr framebuffer = rsrc->bo->gpu;
H A Dpan_resource.c90 struct panfrost_resource *rsrc = (struct panfrost_resource *) pt; local in function:panfrost_resource_get_handle
91 struct renderonly_scanout *scanout = rsrc->scanout;
101 handle->handle = rsrc->bo->gem_handle;
102 handle->stride = rsrc->bo->slices[0].stride;
120 return screen->driver->export_bo(screen, rsrc->bo->gem_handle, rsrc->bo->slices[0].stride, handle);
386 struct panfrost_resource *rsrc = (struct panfrost_resource *) pt; local in function:panfrost_resource_destroy
388 if (rsrc->scanout)
389 renderonly_scanout_destroy(rsrc->scanout, pscreen->ro);
391 if (rsrc
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...]
H A Dpan_context.c80 panfrost_enable_afbc(struct panfrost_context *ctx, struct panfrost_resource *rsrc, bool ds) argument
90 int tile_w = (rsrc->base.width0 + (MALI_TILE_LENGTH - 1)) >> MALI_TILE_SHIFT;
91 int tile_h = (rsrc->base.height0 + (MALI_TILE_LENGTH - 1)) >> MALI_TILE_SHIFT;
92 int bytes_per_pixel = util_format_get_blocksize(rsrc->base.format);
93 int stride = bytes_per_pixel * ALIGN(rsrc->base.width0, 16);
96 int main_size = stride * rsrc->base.height0;
97 rsrc->bo->afbc_metadata_size = tile_w * tile_h * 16;
100 screen->driver->allocate_slab(screen, &rsrc->bo->afbc_slab,
101 (rsrc->bo->afbc_metadata_size + main_size + 4095) / 4096,
104 rsrc
114 panfrost_enable_checksum(struct panfrost_context * ctx,struct panfrost_resource * rsrc) argument
776 struct panfrost_resource *rsrc = (struct panfrost_resource *) (buf->buffer.resource); local in function:panfrost_vertex_buffer_address
798 struct panfrost_resource *rsrc = (struct panfrost_resource *) (buf->buffer.reso local in function:panfrost_emit_vertex_data
1107 struct panfrost_resource *rsrc = (struct panfrost_resource *) t local in function:panfrost_emit_for_draw
1463 struct panfrost_resource *rsrc = (struct panfrost_resource *) (info->index.resource); local in function:panfrost_get_index_buffer_mapped
1918 struct panfrost_resource *rsrc = (struct panfrost_resource *) (buf->buffer); local in function:panfrost_set_constant_buffer
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86VGAarbiter.h43 extern _X_EXPORT void xf86VGAarbiterDeviceDecodes(ScrnInfoPtr pScrn, int rsrc);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86VGAarbiter.h43 extern _X_EXPORT void xf86VGAarbiterDeviceDecodes(ScrnInfoPtr pScrn, int rsrc);
/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
108 panfrost_batch_read_rsrc(batch, rsrc, PIPE_SHADER_VERTEX);
109 out = rsrc->image.data.bo->ptr.gpu + offset;
112 needs_indices = !panfrost_minmax_cache_get(rsrc->index_cache,
135 panfrost_minmax_cache_add(rsrc->index_cache,
H A Dpan_compute.c121 struct panfrost_resource *rsrc = pan_resource(resources[i]); local in function:panfrost_set_global_binding
122 panfrost_batch_write_rsrc(batch, rsrc, PIPE_SHADER_COMPUTE);
124 util_range_add(&rsrc->base, &rsrc->valid_buffer_range,
125 0, rsrc->base.width0);
128 memcpy(handles[i], &rsrc->image.data.bo->ptr.gpu, sizeof(mali_ptr));
H A Dpan_resource.c138 struct panfrost_resource *rsrc = (struct panfrost_resource *) pt; local in function:panfrost_resource_get_handle
139 struct renderonly_scanout *scanout = rsrc->scanout;
141 handle->modifier = rsrc->image.layout.modifier;
142 rsrc->modifier_constant = true;
150 handle->handle = rsrc->image.data.bo->gem_handle;
151 handle->stride = rsrc->image.layout.slices[0].line_stride;
152 handle->offset = rsrc->image.layout.slices[0].offset;
171 int fd = panfrost_bo_export(rsrc->image.data.bo);
177 handle->stride = rsrc->image.layout.slices[0].line_stride;
178 handle->offset = rsrc
193 struct panfrost_resource *rsrc = (struct panfrost_resource *) prsc; local in function:panfrost_resource_get_param
722 struct panfrost_resource *rsrc = (struct panfrost_resource *) pt; local in function:panfrost_resource_destroy
841 struct panfrost_resource *rsrc = pan_resource(resource); local in function:panfrost_ptr_map
1032 pan_resource_modifier_convert(struct panfrost_context * ctx,struct panfrost_resource * rsrc,uint64_t modifier,const char * reason) argument
1087 pan_legalize_afbc_format(struct panfrost_context * ctx,struct panfrost_resource * rsrc,enum pipe_format format) argument
1279 panfrost_resource_get_internal_format(struct pipe_resource * rsrc) argument
1295 struct panfrost_resource *rsrc = pan_resource(prsrc); local in function:panfrost_generate_mipmap
[all...]
H A Dpan_job.h152 struct panfrost_resource *rsrc,
157 struct panfrost_resource *rsrc,
170 struct panfrost_resource *rsrc,
175 struct panfrost_resource *rsrc,
H A Dpan_resource.h99 struct pipe_resource *rsrc; member in struct:panfrost_transfer::__anone3011b9c0508
156 struct panfrost_resource *rsrc,
161 struct panfrost_resource *rsrc,
H A Dpan_job.c58 struct panfrost_resource *rsrc = pan_resource(surf->texture); local in function:panfrost_batch_add_surface
59 panfrost_batch_write_rsrc(batch, rsrc, PIPE_SHADER_FRAGMENT);
128 struct panfrost_resource *rsrc = (void *) entry->key; local in function:panfrost_batch_cleanup
130 if (_mesa_hash_table_search(ctx->writers, rsrc)) {
131 _mesa_hash_table_remove_key(ctx->writers, rsrc);
132 rsrc->track.nr_writers--;
135 rsrc->track.nr_users--;
137 pipe_resource_reference((struct pipe_resource **) &rsrc, NULL);
239 struct panfrost_resource *rsrc, bool writes)
243 struct hash_entry *entry = _mesa_hash_table_search(ctx->writers, rsrc);
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_cmdstream.c693 struct panfrost_resource *rsrc = pan_resource(cb->buffer); local in function:panfrost_map_constant_buffer_gpu
695 if (rsrc) {
696 panfrost_batch_read_rsrc(batch, rsrc, st);
700 return rsrc->image.data.bo->ptr.gpu + cb->buffer_offset;
825 struct panfrost_resource *rsrc = pan_resource(sb.buffer); local in function:panfrost_upload_ssbo_sysval
826 struct panfrost_bo *bo = rsrc->image.data.bo;
828 panfrost_batch_write_rsrc(batch, rsrc, st);
830 util_range_add(&rsrc->base, &rsrc->valid_buffer_range,
1032 struct panfrost_resource *rsrc local in function:panfrost_map_constant_buffer_cpu
1233 struct panfrost_resource *rsrc = pan_resource(pview->texture); local in function:panfrost_get_tex_desc
1343 struct panfrost_resource *rsrc = pan_resource(view->base.texture); local in function:panfrost_update_sampler_view
1371 struct panfrost_resource *rsrc = pan_resource(pview->texture); local in function:panfrost_emit_texture_descriptors
1474 struct panfrost_resource *rsrc = pan_resource(image->resource); local in function:emit_image_bufs
1634 struct panfrost_resource *rsrc; local in function:panfrost_emit_vertex_data
1845 struct panfrost_resource *rsrc = pan_resource(target->buffer); local in function:panfrost_emit_streamout
2386 struct panfrost_resource *rsrc = pan_resource(surf->texture); local in function:panfrost_initialize_surface
2773 struct panfrost_resource *rsrc = pan_resource(ctx->occlusion_query->rsr local in function:panfrost_draw_emit_tiler
2911 struct panfrost_resource *rsrc = pan_resource(info->index.resource); local in function:panfrost_indirect_draw
[all...]
H A Dpan_context.c265 struct panfrost_resource *rsrc = pan_resource(image->resource); local in function:panfrost_set_shader_images
268 if (drm_is_afbc(rsrc->image.layout.modifier)) {
269 pan_resource_modifier_convert(ctx, rsrc,
828 if (query->rsrc)
829 pipe_resource_reference(&query->rsrc, NULL);
848 if (!query->rsrc) {
849 query->rsrc = pipe_buffer_create(ctx->base.screen,
856 pipe_buffer_write(pipe, query->rsrc, 0, size, zeroes);
915 struct panfrost_resource *rsrc = pan_resource(query->rsrc); local in function:panfrost_get_query_result
[all...]
/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
141 return rsrc;
147 tmp = LLVMBuildExtractElement(ctx->ac.builder, rsrc, i32_6, "");
149 return LLVMBuildInsertElement(ctx->ac.builder, rsrc, tmp, i32_6, "");
153 static LLVMValueRef force_write_compress_off(struct si_shader_context *ctx, LLVMValueRef rsrc) argument
159 tmp = LLVMBuildExtractElement(ctx->ac.builder, rsrc, i32_6, "");
161 return LLVMBuildInsertElement(ctx->ac.builder, rsrc, tmp, i32_6, "");
164 static LLVMValueRef fixup_image_desc(struct si_shader_context *ctx, LLVMValueRef rsrc, argument
168 rsrc = force_dcc_off(ctx, rsrc);
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/gallium/drivers/asahi/
H A Dagx_pipe.c264 agx_rsrc_offset(struct agx_resource *rsrc, unsigned level, unsigned z) argument
266 struct agx_bo *bo = rsrc->bo;
267 uint8_t *map = ((uint8_t *) bo->ptr.cpu) + rsrc->slices[level].offset;
268 map += z * rsrc->array_stride;
277 struct agx_resource *rsrc = (struct agx_resource *)prsrc; local in function:agx_resource_destroy
279 if (rsrc->dt) {
283 winsys->displaytarget_destroy(winsys, rsrc->dt);
286 agx_bo_unreference(rsrc->bo);
287 FREE(rsrc);
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/r600/
H A Devergreen_hw_context.c41 struct r600_resource *rsrc = (struct r600_resource*)src; local in function:evergreen_dma_copy_buffer
50 src_offset += rsrc->gpu_address;
63 r600_need_dma_space(&rctx->b, ncopy * 5, rdst, rsrc);
67 radeon_add_to_buffer_list(&rctx->b, &rctx->b.dma, rsrc, RADEON_USAGE_READ, 0);
H A Dr600_buffer_common.c275 struct r600_resource *rsrc = r600_resource(src); local in function:r600_replace_buffer_storage
278 pb_reference(&rdst->buf, rsrc->buf);
279 rdst->gpu_address = rsrc->gpu_address;
280 rdst->b.b.bind = rsrc->b.b.bind;
281 rdst->flags = rsrc->flags;
283 assert(rdst->vram_usage == rsrc->vram_usage);
284 assert(rdst->gart_usage == rsrc->gart_usage);
285 assert(rdst->bo_size == rsrc->bo_size);
286 assert(rdst->bo_alignment == rsrc->bo_alignment);
287 assert(rdst->domains == rsrc
[all...]
H A Dr600_test_dma.c209 struct r600_texture *rsrc; local in function:r600_test_dma
279 rsrc = (struct r600_texture*)src;
288 array_mode_to_string(rscreen, &rsrc->surface), bpp);
325 if (!rsrc->surface.is_linear &&
353 if (rsrc->surface.is_linear &&
/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
50 src_offset += rsrc->gpu_address;
63 r600_need_dma_space(&rctx->b, ncopy * 5, rdst, rsrc);
67 radeon_add_to_buffer_list(&rctx->b, &rctx->b.dma, rsrc, RADEON_USAGE_READ, 0);
H A Dr600_buffer_common.c273 struct r600_resource *rsrc = r600_resource(src); local in function:r600_replace_buffer_storage
276 pb_reference(&rdst->buf, rsrc->buf);
277 rdst->gpu_address = rsrc->gpu_address;
278 rdst->b.b.bind = rsrc->b.b.bind;
279 rdst->flags = rsrc->flags;
281 assert(rdst->vram_usage == rsrc->vram_usage);
282 assert(rdst->gart_usage == rsrc->gart_usage);
283 assert(rdst->bo_size == rsrc->bo_size);
284 assert(rdst->bo_alignment == rsrc->bo_alignment);
285 assert(rdst->domains == rsrc
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h265 LLVMValueRef rsrc,
278 LLVMValueRef rsrc,
288 LLVMValueRef rsrc,
300 LLVMValueRef rsrc,
310 LLVMValueRef rsrc,
319 LLVMValueRef rsrc,
327 LLVMValueRef rsrc,
335 LLVMValueRef rsrc,
349 LLVMValueRef rsrc,
362 LLVMValueRef rsrc,
[all...]
H A Dac_llvm_build.c1111 LLVMValueRef rsrc,
1123 LLVMBuildBitCast(ctx->builder, rsrc, ctx->v4i32, ""),
1148 LLVMValueRef rsrc,
1164 args[idx++] = LLVMBuildBitCast(ctx->builder, rsrc, ctx->v4i32, "");
1191 LLVMValueRef rsrc,
1200 ac_build_llvm8_buffer_store_common(ctx, rsrc, data, vindex,
1205 ac_build_buffer_store_common(ctx, rsrc, data, vindex, voffset,
1217 LLVMValueRef rsrc,
1239 ac_build_buffer_store_dword(ctx, rsrc, v01, 2, voffset,
1242 ac_build_buffer_store_dword(ctx, rsrc,
1110 ac_build_buffer_store_common(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef data,LLVMValueRef vindex,LLVMValueRef voffset,unsigned num_channels,bool glc,bool slc,bool writeonly_memory,bool use_format) argument
1147 ac_build_llvm8_buffer_store_common(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef data,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,unsigned num_channels,LLVMTypeRef return_channel_type,bool glc,bool slc,bool writeonly_memory,bool use_format,bool structurized) argument
1190 ac_build_buffer_store_format(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef data,LLVMValueRef vindex,LLVMValueRef voffset,unsigned num_channels,bool glc,bool writeonly_memory) argument
1216 ac_build_buffer_store_dword(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,unsigned num_channels,LLVMValueRef voffset,LLVMValueRef soffset,unsigned inst_offset,bool glc,bool slc,bool writeonly_memory,bool swizzle_enable_hint) argument
1299 ac_build_buffer_load_common(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vindex,LLVMValueRef voffset,unsigned num_channels,bool glc,bool slc,bool can_speculate,bool use_format) argument
1336 ac_build_llvm8_buffer_load_common(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,unsigned num_channels,LLVMTypeRef channel_type,bool glc,bool slc,bool can_speculate,bool use_format,bool structurized) argument
1377 ac_build_buffer_load(struct ac_llvm_context * ctx,LLVMValueRef rsrc,int num_channels,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,unsigned inst_offset,unsigned glc,unsigned slc,bool can_speculate,bool allow_smem) argument
1442 ac_build_buffer_load_format(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vindex,LLVMValueRef voffset,unsigned num_channels,bool glc,bool can_speculate) argument
1461 ac_build_buffer_load_format_gfx9_safe(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vindex,LLVMValueRef voffset,unsigned num_channels,bool glc,bool can_speculate) argument
1493 ac_build_llvm8_tbuffer_load(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,unsigned num_channels,unsigned dfmt,unsigned nfmt,bool glc,bool slc,bool can_speculate,bool structurized) argument
1530 ac_build_tbuffer_load(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,LLVMValueRef immoffset,unsigned num_channels,unsigned dfmt,unsigned nfmt,bool glc,bool slc,bool can_speculate,bool structurized) argument
1577 ac_build_struct_tbuffer_load(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,LLVMValueRef immoffset,unsigned num_channels,unsigned dfmt,unsigned nfmt,bool glc,bool slc,bool can_speculate) argument
1596 ac_build_raw_tbuffer_load(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef voffset,LLVMValueRef soffset,LLVMValueRef immoffset,unsigned num_channels,unsigned dfmt,unsigned nfmt,bool glc,bool slc,bool can_speculate) argument
1614 ac_build_tbuffer_load_short(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef voffset,LLVMValueRef soffset,LLVMValueRef immoffset,bool glc) argument
1646 ac_build_tbuffer_load_byte(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef voffset,LLVMValueRef soffset,LLVMValueRef immoffset,bool glc) argument
1677 ac_build_llvm8_tbuffer_store(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,unsigned num_channels,unsigned dfmt,unsigned nfmt,bool glc,bool slc,bool writeonly_memory,bool structurized) argument
1716 ac_build_tbuffer_store(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,LLVMValueRef immoffset,unsigned num_channels,unsigned dfmt,unsigned nfmt,bool glc,bool slc,bool writeonly_memory,bool structurized) argument
1766 ac_build_struct_tbuffer_store(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,LLVMValueRef vindex,LLVMValueRef voffset,LLVMValueRef soffset,LLVMValueRef immoffset,unsigned num_channels,unsigned dfmt,unsigned nfmt,bool glc,bool slc,bool writeonly_memory) argument
1786 ac_build_raw_tbuffer_store(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,LLVMValueRef voffset,LLVMValueRef soffset,LLVMValueRef immoffset,unsigned num_channels,unsigned dfmt,unsigned nfmt,bool glc,bool slc,bool writeonly_memory) argument
1805 ac_build_tbuffer_store_short(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,LLVMValueRef voffset,LLVMValueRef soffset,bool glc,bool writeonly_memory) argument
1835 ac_build_tbuffer_store_byte(struct ac_llvm_context * ctx,LLVMValueRef rsrc,LLVMValueRef vdata,LLVMValueRef voffset,LLVMValueRef soffset,bool glc,bool writeonly_memory) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h256 void ac_build_buffer_store_dword(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata,
260 void ac_build_buffer_store_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef data,
263 LLVMValueRef ac_build_buffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, int num_channels,
268 LLVMValueRef ac_build_buffer_load_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc,
273 LLVMValueRef ac_build_tbuffer_load_short(struct ac_llvm_context *ctx, LLVMValueRef rsrc,
277 LLVMValueRef ac_build_tbuffer_load_byte(struct ac_llvm_context *ctx, LLVMValueRef rsrc,
281 LLVMValueRef ac_build_struct_tbuffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc,
287 LLVMValueRef ac_build_raw_tbuffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc,
295 bool known_aligned, LLVMValueRef rsrc,
300 void ac_build_tbuffer_store_short(struct ac_llvm_context *ctx, LLVMValueRef rsrc,
[all...]
/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_vgaarb.c130 int ret, rsrc; local in function:pci_device_vgaarb_init
147 rsrc = parse_string_to_decodes_rsrc(buf, &pci_sys->vga_count, &match);
152 pci_sys->vga_default_dev->vgaarb_rsrc = rsrc;

Completed in 24 milliseconds

123