Searched refs:descriptor (Results 1 - 25 of 124) sorted by relevance

12345

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dget_hash_params.py0 descriptor=[
1 descriptor=[ variable
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dget_hash_params.py0 descriptor=[
1 descriptor=[ variable
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dobject.hpp46 struct descriptor { struct in namespace:clover
50 descriptor() : dispatch(&_dispatch) { function in struct:clover::descriptor
214 public clover::descriptor<clover::context, _cl_context> {};
217 public clover::descriptor<clover::device, _cl_device_id> {};
220 public clover::descriptor<clover::event, _cl_event> {};
223 public clover::descriptor<clover::kernel, _cl_kernel> {};
226 public clover::descriptor<clover::memory_obj, _cl_mem> {};
229 public clover::descriptor<clover::platform, _cl_platform_id> {};
232 public clover::descriptor<clover::program, _cl_program> {};
235 public clover::descriptor<clove
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dobject.hpp45 struct descriptor { struct in namespace:clover
49 descriptor() : dispatch(&_dispatch) { function in struct:clover::descriptor
213 public clover::descriptor<clover::context, _cl_context> {};
216 public clover::descriptor<clover::device, _cl_device_id> {};
219 public clover::descriptor<clover::event, _cl_event> {};
222 public clover::descriptor<clover::kernel, _cl_kernel> {};
225 public clover::descriptor<clover::memory_obj, _cl_mem> {};
228 public clover::descriptor<clover::platform, _cl_platform_id> {};
231 public clover::descriptor<clover::program, _cl_program> {};
234 public clover::descriptor<clove
[all...]
/xsrc/external/mit/freetype/dist/src/base/
H A Dftsystem.c161 #define STREAM_FILE( stream ) ( (FT_FILE*)stream->descriptor.pointer )
181 stream->descriptor.pointer = NULL;
246 stream->descriptor.pointer = NULL;
273 stream->descriptor.pointer = file;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_descriptor_set.c30 * For a given descriptor defined by the descriptor_set it belongs, its
32 * from the descriptor pool bo.
60 * Tries to get a real descriptor using a descriptor map index from the
100 * associated with that descriptor (suballocation of the descriptor pool bo)
102 * It also returns the descriptor type, so the caller could do extra
146 * they are bound to the set layout, so not part of the descriptor per
187 struct v3dv_descriptor *descriptor = local in function:v3dv_descriptor_map_get_sampler
190 assert(descriptor
228 struct v3dv_descriptor *descriptor = local in function:v3dv_descriptor_map_get_texture_format
257 struct v3dv_descriptor *descriptor = local in function:v3dv_descriptor_map_get_texture_bo
888 write_buffer_descriptor(struct v3dv_descriptor * descriptor,VkDescriptorType desc_type,const VkDescriptorBufferInfo * buffer_info) argument
906 write_image_descriptor(struct v3dv_device * device,struct v3dv_descriptor * descriptor,VkDescriptorType desc_type,struct v3dv_descriptor_set * set,const struct v3dv_descriptor_set_binding_layout * binding_layout,struct v3dv_image_view * iview,struct v3dv_sampler * sampler,uint32_t array_index) argument
944 write_buffer_view_descriptor(struct v3dv_device * device,struct v3dv_descriptor * descriptor,VkDescriptorType desc_type,struct v3dv_descriptor_set * set,const struct v3dv_descriptor_set_binding_layout * binding_layout,struct v3dv_buffer_view * bview,uint32_t array_index) argument
978 struct v3dv_descriptor *descriptor = set->descriptors; local in function:v3dv_UpdateDescriptorSets
1209 struct v3dv_descriptor *descriptor = local in function:v3dv_UpdateDescriptorSetWithTemplate
[all...]
H A Dv3dv_uniforms.c40 /* Our Vulkan resource indices represent indices in descriptor maps which
275 struct v3dv_descriptor *descriptor = local in function:write_ubo_ssbo_uniforms
279 assert(descriptor);
280 assert(descriptor->buffer);
281 assert(descriptor->buffer->mem);
282 assert(descriptor->buffer->mem->bo);
286 cl_aligned_u32(uniforms, descriptor->range);
288 cl_aligned_u32(uniforms, descriptor->buffer->mem->bo->offset +
289 descriptor->buffer->mem_offset +
290 descriptor
368 struct v3dv_descriptor *descriptor = local in function:get_texture_size
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_image.c218 memset(iview->descriptor, 0, sizeof(iview->descriptor));
234 * depth by 6 for the texture descriptor.
272 /* TODO: also use this format with storage descriptor ? */
275 iview->descriptor[0] =
283 iview->descriptor[1] = A6XX_TEX_CONST_1_WIDTH(width) | A6XX_TEX_CONST_1_HEIGHT(height);
284 iview->descriptor[2] =
288 iview->descriptor[3] = A6XX_TEX_CONST_3_ARRAY_PITCH(layer_size);
289 iview->descriptor[4] = base_addr;
290 iview->descriptor[
[all...]
H A Dtu_descriptor_set.c28 * We use the bindless descriptor model, which maps fairly closely to how
29 * Vulkan descriptor sets work. The two exceptions are input attachments and
31 * buffers. We reserve an extra descriptor set for these. This descriptor set
35 * descriptor set at CmdBindDescriptors time/draw time.
63 /* These are remapped to the special driver-managed descriptor set,
64 * hence they don't take up any space in the original descriptor set:
65 * Input attachment doesn't use descriptor sets at all
191 /* For mutable descriptor types we must allocate a size that fits the
192 * largest descriptor typ
[all...]
/xsrc/external/mit/xedit/dist/lisp/
H A Dio.c84 if (fcntl(file->descriptor, F_SETFL, 0) < 0)
191 LispFdopen(int descriptor, int mode) argument
198 file->descriptor = descriptor;
202 if (fstat(descriptor, &st) == 0)
228 int descriptor; local in function:LispFopen
251 descriptor = open(path, flags, 0666);
252 if (descriptor < 0)
256 file = LispFdopen(descriptor, mode);
258 close(descriptor);
[all...]
H A Dio.h54 int descriptor; member in struct:_LispFile
/xsrc/external/mit/libdrm/dist/man/
H A DdrmHandleEvent.3.rst24 file-descriptor passed as ``fd``. This function should be called after
25 the DRM file-descriptor has polled readable; it will read the events and
49 read from the file-descriptor. Returns -1 if the read on the
50 file-descriptor fails or returns less than a full event record.
/xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/
H A Dgralloc1.h293 /* getFunction(..., descriptor)
298 * descriptor - the function to return
300 * Returns either a function pointer implementing the requested descriptor
304 int32_t /*gralloc1_function_descriptor_t*/ descriptor);
318 * Function descriptor: GRALLOC1_FUNCTION_DUMP
351 * Buffer descriptor lifecycle functions
358 * Function descriptor: GRALLOC1_FUNCTION_CREATE_DESCRIPTOR
361 * Creates a new, empty buffer descriptor.
364 * outDescriptor - the new buffer descriptor
372 /* destroyDescriptor(..., descriptor)
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_image.c149 image->descriptor.id = 0;
150 image->descriptor.type = SPICE_IMAGE_TYPE_BITMAP;
152 image->descriptor.flags = 0;
153 image->descriptor.width = width;
154 image->descriptor.height = height;
186 image->descriptor.id = hash;
187 image->descriptor.flags = QXL_IMAGE_CACHE;
/xsrc/external/mit/freetype/dist/builds/vms/
H A Dftsystem.c179 #define STREAM_FILE( stream ) ( (FILE*)stream->descriptor.pointer )
196 munmap( (MUNMAP_ARG_CAST)stream->descriptor.pointer, stream->size );
198 stream->descriptor.pointer = NULL;
258 stream->descriptor.pointer = stream->base;
/xsrc/external/mit/freetype/dist/include/freetype/
H A Dftsystem.h208 * to store a file descriptor or a `FILE*` in an input stream.
297 * descriptor ::
333 FT_StreamDesc descriptor; member in struct:FT_StreamRec_
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dftsystem.c180 #define STREAM_FILE( stream ) ( (FILE*)stream->descriptor.pointer )
197 munmap( (MUNMAP_ARG_CAST)stream->descriptor.pointer, stream->size );
199 stream->descriptor.pointer = NULL;
219 ft_free( NULL, stream->descriptor.pointer );
221 stream->descriptor.pointer = NULL;
348 stream->descriptor.pointer = stream->base;
/xsrc/external/mit/libxshmfence/dist/
H A DREADME.md6 using file descriptor passing.
/xsrc/external/mit/freetype/dist/src/lzw/
H A Dftlzw.c312 FT_LZWFile zip = (FT_LZWFile)stream->descriptor.pointer;
318 /* finalize lzw file descriptor */
323 stream->descriptor.pointer = NULL;
334 FT_LZWFile zip = (FT_LZWFile)stream->descriptor.pointer;
381 stream->descriptor.pointer = zip;
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daub_write.h64 uint64_t descriptor; member in struct:aub_file::__anon7452e20c0108
/xsrc/external/mit/freetype/dist/src/bzip2/
H A Dftbzip2.c426 FT_BZip2File zip = (FT_BZip2File)stream->descriptor.pointer;
432 /* finalize bzip file descriptor */
437 stream->descriptor.pointer = NULL;
448 FT_BZip2File zip = (FT_BZip2File)stream->descriptor.pointer;
492 stream->descriptor.pointer = zip;
/xsrc/external/mit/freetype/dist/builds/amiga/src/base/
H A Dftsystem.c242 #define STREAM_FILE( stream ) ( (struct SysFile *)stream->descriptor.pointer )
265 stream->descriptor.pointer = NULL;
436 stream->descriptor.pointer = (void *)sysfile;
/xsrc/external/mit/freetype/dist/src/gzip/
H A Dftgzip.c561 FT_GZipFile zip = (FT_GZipFile)stream->descriptor.pointer;
567 /* finalize gzip file descriptor */
572 stream->descriptor.pointer = NULL;
586 FT_GZipFile zip = (FT_GZipFile)stream->descriptor.pointer;
654 stream->descriptor.pointer = zip;
685 stream->descriptor.pointer = NULL;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.3.rst65 - lavapipe: Free sorted descriptor array.
81 - tu: Correctly preserve old push descriptor contents
90 - lavapipe: reorder descriptor set stages to get correct binding
91 - lavapipe: sort bindings before creating descriptor set
170 - anv: bump internal descriptor index fields to 32bits
H A D17.0.2.rst78 - radv/ac: fix multiple descriptor sets with dynamic buffers
95 - radv: Fix using more than 4 bound descriptor sets
100 - anv: Accurately advertise dynamic descriptor limits

Completed in 21 milliseconds

12345