Home
last modified time | relevance | path

Searched defs:resource (Results 226 - 250 of 614) sorted by relevance

12345678910>>...25

/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_drawable.c100 struct pipe_resource *resource = textures[ST_ATTACHMENT_BACK_LEFT]; in dri_st_framebuffer_validate() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_query.c278 gfx10_sh_query_get_result_resource(struct si_context *sctx, struct si_query *rquery, enum pipe_query_flags flags, enum pipe_query_value_type result_type, int index, struct pipe_resource *resource, unsigned offset) gfx10_sh_query_get_result_resource() argument
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_query.c238 virgl_get_query_result_resource(struct pipe_context *ctx, struct pipe_query *q, enum pipe_query_flags flags, enum pipe_query_value_type result_type, int index, struct pipe_resource *resource, unsigned offset) virgl_get_query_result_resource() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.h235 svga_buffer(struct pipe_resource *resource) in svga_buffer() argument
H A Dsvga_resource_texture.h151 svga_texture(struct pipe_resource *resource) in svga_texture() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvolume9.c257 struct pipe_resource *resource = This->resource; in NineVolume9_LockBox() local
[all...]
H A Dbuffer9.c221 NineBuffer9_RebindIfRequired( struct NineBuffer9 *This, struct NineDevice9 *device, struct pipe_resource *resource, unsigned offset ) NineBuffer9_RebindIfRequired() argument
659 struct pipe_resource *resource = NULL; NineBuffer9_Upload() local
[all...]
H A Dbasetexture9.c491 struct pipe_resource *resource in NineBaseTexture9_UpdateSamplerView() local
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_screen.c502 softpipe_flush_frontbuffer(struct pipe_screen *_screen, struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned layer, void *context_private, struct pipe_box *sub_box) softpipe_flush_frontbuffer() argument
H A Dsp_texture.c355 softpipe_transfer_map(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) softpipe_transfer_map() argument
[all...]
/third_party/node/src/api/
H A Dhooks.cc192 EmitAsyncInit(Isolate* isolate, Local<Object> resource, const char* name, async_id trigger_async_id) EmitAsyncInit() argument
203 EmitAsyncInit(Isolate* isolate, Local<Object> resource, Local<String> name, async_id trigger_async_id) EmitAsyncInit() argument
/third_party/mesa3d/src/mesa/main/
H A Drenderbuffer.c536 struct pipe_resource *resource = rb->texture; in _mesa_regen_renderbuffer_surface() local
567 struct pipe_resource *resource = rb->texture; in _mesa_update_renderbuffer_surface() local
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dderb.cpp419 static void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status) in printOutBundle() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c46 struct pipe_resource *resource[RESOURCE_REF_SZ]; member
405 lp_scene_add_resource_reference(struct lp_scene *scene, struct pipe_resource *resource, boolean initializing_scene, boolean writeable) lp_scene_add_resource_reference() argument
520 lp_scene_is_resource_referenced(const struct lp_scene *scene, const struct pipe_resource *resource) lp_scene_is_resource_referenced() argument
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dderb.cpp419 static void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status) in printOutBundle() argument
[all...]
/third_party/libinput/tools/
H A Dtest_tool_option_parsing.py27 import resource namespace
/third_party/mksh/
H A Dulimit.c142 int resource; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c388 nvc0_hw_get_query_result_resource(struct nvc0_context *nvc0, struct nvc0_query *q, enum pipe_query_flags flags, enum pipe_query_value_type result_type, int index, struct pipe_resource *resource, unsigned offset) nvc0_hw_get_query_result_resource() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer_common.c49 r600_buffer_map_sync_with_rings(struct r600_common_context *ctx, struct r600_resource *resource, unsigned usage) r600_buffer_map_sync_with_rings() argument
267 r600_invalidate_resource(struct pipe_context *ctx, struct pipe_resource *resource) r600_invalidate_resource() argument
278 r600_buffer_get_transfer(struct pipe_context *ctx, struct pipe_resource *resource, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer, void *data, struct r600_resource *staging, unsigned offset) r600_buffer_get_transfer() argument
314 r600_buffer_transfer_map(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) r600_buffer_transfer_map() argument
[all...]
/third_party/python/Tools/peg_generator/pegen/
H A Dtestutil.py130 import resource # Since it doesn't exist on Windows. namespace
/third_party/opencl-headers/CL/
H A Dcl_dx9_media_sharing.h50 IDirect3DSurface9 *resource; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.hpp128 LazyResource<Element>::LazyResource (de::MovePtr<tcu::Resource> resource) in LazyResource() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DCommandList.h105 void addRecycledResource(sk_sp<GrRecycledResource> resource) { in addRecycledResource() argument
124 void addResource(sk_sp<GrManagedResource> resource) { in addResource() argument
H A DGrD3DCpuDescriptorManager.cpp53 createShaderResourceView( GrD3DGpu* gpu, ID3D12Resource* resource, unsigned int mostDetailedMip, unsigned int mipLevels) createShaderResourceView() argument
70 createUnorderedAccessView( GrD3DGpu* gpu, ID3D12Resource* resource, unsigned int mipSlice) createUnorderedAccessView() argument
/third_party/skia/src/gpu/vk/
H A DGrVkCommandBuffer.h112 void addResource(sk_sp<const GrManagedResource> resource) { in addResource() argument
116 void addResource(const GrManagedResource* resource) { in addResource() argument
122 void addRecycledResource(gr_rp<const GrRecycledResource> resource) { in addRecycledResource() argument
127 addRecycledResource(const GrRecycledResource* resource) addRecycledResource() argument
[all...]

Completed in 15 milliseconds

12345678910>>...25