| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| get_hash_params.py | 0 descriptor=[ 1 descriptor=[ variable
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| get_hash_params.py | 0 descriptor=[ 1 descriptor=[ variable
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| object.hpp | 45 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<clover::command_queue, _cl_command_queue> {} [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| object.hpp | 46 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<clover::command_queue, _cl_command_queue> {} [all...] |
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftsystem.c | 161 #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/ |
| v3dv_descriptor_set.c | 30 * 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 190 assert(descriptor->type == VK_DESCRIPTOR_TYPE_SAMPLER | 228 struct v3dv_descriptor *descriptor = local 257 struct v3dv_descriptor *descriptor = local 978 struct v3dv_descriptor *descriptor = set->descriptors; local 1209 struct v3dv_descriptor *descriptor = local [all...] |
| v3dv_uniforms.c | 40 /* Our Vulkan resource indices represent indices in descriptor maps which 275 struct v3dv_descriptor *descriptor = local 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->offset 368 struct v3dv_descriptor *descriptor = local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| tu_image.c | 218 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[5] = (base_addr >> 32) | A6XX_TEX_CONST_5_DEPTH(depth) [all...] |
| tu_descriptor_set.c | 28 * 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 type that the binding can mutate to [all...] |
| /xsrc/external/mit/xedit/dist/lisp/ |
| io.c | 84 if (fcntl(file->descriptor, F_SETFL, 0) < 0) 191 LispFdopen(int descriptor, int mode) 198 file->descriptor = descriptor; 202 if (fstat(descriptor, &st) == 0) 228 int descriptor; local 251 descriptor = open(path, flags, 0666); 252 if (descriptor < 0) 256 file = LispFdopen(descriptor, mode); 258 close(descriptor); [all...] |
| io.h | 54 int descriptor; member in struct:_LispFile
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/ |
| gralloc1.h | 293 /* 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/ |
| qxl_image.c | 149 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/ |
| ftsystem.c | 179 #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/ |
| ftsystem.h | 208 * 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/ |
| ftsystem.c | 180 #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/MesaLib.old/dist/src/intel/tools/ |
| aub_write.h | 64 uint64_t descriptor; member in struct:aub_file::__anon4801
|
| aub_write.c | 475 aub->engine_setup[engine_class].descriptor = cs->hw_class | phys_addr | CONTEXT_FLAGS; 683 aub_dump_execlist(struct aub_file *aub, const struct engine *cs, uint64_t descriptor) 686 register_write_out(aub, cs->elsq_reg, descriptor & 0xFFFFFFFF); 687 register_write_out(aub, cs->elsq_reg + sizeof(uint32_t), descriptor >> 32); 692 register_write_out(aub, cs->elsp_reg, descriptor >> 32); 693 register_write_out(aub, cs->elsp_reg, descriptor & 0xFFFFFFFF); 758 aub_dump_execlist(aub, cs, aub->engine_setup[engine_class].descriptor); 771 uint64_t descriptor = ((uint64_t)1 << 62 | context_addr | CONTEXT_FLAGS); local 772 aub_dump_execlist(aub, cs, descriptor);
|
| /xsrc/external/mit/freetype/dist/src/lzw/ |
| ftlzw.c | 312 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/freetype/dist/src/bzip2/ |
| ftbzip2.c | 426 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/ |
| ftsystem.c | 242 #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/ |
| ftgzip.c | 561 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/src/intel/tools/ |
| aub_write.c | 744 aub_dump_execlist(struct aub_file *aub, const struct engine *cs, uint64_t descriptor) 747 register_write_out(aub, cs->elsq_reg, descriptor & 0xFFFFFFFF); 748 register_write_out(aub, cs->elsq_reg + sizeof(uint32_t), descriptor >> 32); 753 register_write_out(aub, cs->elsp_reg, descriptor >> 32); 754 register_write_out(aub, cs->elsp_reg, descriptor & 0xFFFFFFFF); 833 uint64_t descriptor = get_context_descriptor(aub, cs, hw_ctx); local 836 aub_dump_execlist(aub, cs, descriptor); 849 uint64_t descriptor = ((uint64_t)1 << 62 | context_addr | CONTEXT_FLAGS); local 850 aub_dump_execlist(aub, cs, descriptor);
|
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| cl_ext_intel.h | 185 const void* descriptor, 192 const void* descriptor,
|
| /xsrc/external/mit/fonttosfnt/dist/ |
| read.c | 42 #define STREAM_FILE(stream) ((FILE*)stream->descriptor.pointer) 91 stream->descriptor.pointer = NULL; 126 input.stream->descriptor.pointer = stdin;
|