| /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/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/MesaLib/dist/src/panfrost/bifrost/valhall/ |
| asm.py | 52 def descriptor(self, s): member in class:FAUState 107 fau.descriptor(op) 110 fau.descriptor(op)
|
| /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/xedit/dist/lisp/ |
| io.h | 54 int descriptor; member in struct:_LispFile
|
| 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...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| 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...] |
| 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...] |
| /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/src/amd/vulkan/ |
| radv_descriptor_set.c | 196 /* main descriptor + fmask descriptor */ 202 /* main descriptor + fmask descriptor + sampler */ 217 unreachable("unknown descriptor type\n"); 366 unreachable("unknown descriptor type\n"); 398 * just multiple descriptor set layouts pasted together. 675 unreachable("unknown descriptor type\n"); 912 union radv_descriptor *descriptor; local 915 descriptor = &iview->storage_descriptor [all...] |
| radv_image.c | 488 * Build the sampler view descriptor for a texture. 696 * [2:9] = image descriptor for the whole resource 724 /* Dwords [2:9] contain the image descriptor. */ 1128 union radv_descriptor *descriptor; local 1132 descriptor = &iview->storage_descriptor; 1134 descriptor = &iview->descriptor; 1153 descriptor->plane_descriptors[descriptor_plane_id], 1154 descriptor_plane_id ? NULL : descriptor->fmask_descriptor); 1168 blk_w, is_stencil, is_storage_image, descriptor->plane_descriptors[descriptor_plane_id]) [all...] |
| radv_nir_to_llvm.c | 766 /* 1 for each descriptor set */ 1936 /* Do not load the descriptor for inlined uniform blocks. */ 2032 LLVMValueRef descriptor = ac_build_load_to_sgpr(&ctx->ac, list, adjusted_index); local 2042 components[i] = ac_llvm_extract_elem(&ctx->ac, descriptor, i); 2046 descriptor = ac_build_gather_values(&ctx->ac, components, 8); 2049 return descriptor; 2815 /* Load the descriptor and compute the write offset for each 3545 * Override the buffer descriptor accordingly.
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_descriptor_set.c | 231 /* main descriptor + fmask descriptor */ 237 /* main descriptor + fmask descriptor + sampler */ 466 * just multiple descriptor set layouts pasted together. 766 /* Per spec, if a mutable descriptor type list is provided for the pool entry, we 768 * If there is no mutable descriptor type list available, 769 * we must allocate enough for any supported mutable descriptor type, i.e. 64 bytes. */ 1068 union radv_descriptor *descriptor; local 1078 descriptor = &iview->storage_descriptor [all...] |
| radv_image.c | 906 * Build the sampler view descriptor for a texture (GFX10). 1026 * Build the sampler view descriptor for a texture (SI-GFX9) 1824 union radv_descriptor *descriptor; local 1828 descriptor = &iview->storage_descriptor; 1830 descriptor = &iview->descriptor; 1846 iview->extent.depth, descriptor->plane_descriptors[descriptor_plane_id], 1847 descriptor_plane_id || is_storage_image ? NULL : descriptor->fmask_descriptor); 1863 descriptor->plane_descriptors[descriptor_plane_id]); 2015 * On GFX9 the descriptor is always programmed with the WIDTH and HEIGHT of the base level an [all...] |
| radv_nir_to_llvm.c | 569 LLVMValueRef descriptor = ac_build_load_to_sgpr(&ctx->ac, list, adjusted_index); local 581 components[i] = ac_llvm_extract_elem(&ctx->ac, descriptor, i); 585 descriptor = ac_build_gather_values(&ctx->ac, components, 8); 592 components[i] = ac_llvm_extract_elem(&ctx->ac, descriptor, i); 598 descriptor = ac_build_gather_values(&ctx->ac, components, 8); 601 return descriptor; 1140 /* Load the descriptor and compute the write offset for each 2277 * Override the buffer descriptor accordingly.
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| si_descriptors.c | 66 /* NULL image and buffer descriptor for textures (alpha = 1) and images 75 * This is the only reason why the buffer descriptor must be in words [4:7]. 80 * descriptor */ 86 * descriptor */ 141 /* If there is just one active descriptor, bind it directly. */ 144 uint32_t *descriptor = &desc->list[desc->slot_index_to_bind_directly * desc->element_dw_size]; local 149 desc->gpu_address = si_desc_extract_buffer_address(descriptor); 267 /* Set buffer descriptor fields that can be changed by reallocations. */ 277 /* Set texture descriptor fields that can be changed by reallocations. 285 * \param state descriptor to updat [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| si_descriptors.c | 67 /* NULL image and buffer descriptor for textures (alpha = 1) and images 76 * This is the only reason why the buffer descriptor must be in words [4:7]. 85 * descriptor */ 94 * descriptor */ 155 /* If there is just one active descriptor, bind it directly. */ 158 uint32_t *descriptor = &desc->list[desc->slot_index_to_bind_directly * local 164 desc->gpu_address = si_desc_extract_buffer_address(descriptor); 292 /* Set buffer descriptor fields that can be changed by reallocations. */ 303 /* Set texture descriptor fields that can be changed by reallocations. 311 * \param state descriptor to updat [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| ac_nir_to_llvm.c | 475 * lanes with the same descriptor on a given iteration (henceforth a 1340 static LLVMValueRef get_buffer_size(struct ac_nir_context *ctx, LLVMValueRef descriptor, 1344 LLVMBuildExtractElement(ctx->ac.builder, descriptor, LLVMConstInt(ctx->ac.i32, 2, false), ""); 1348 /* On GFX8, the descriptor contains the size in bytes, 1352 LLVMValueRef stride = LLVMBuildExtractElement(ctx->ac.builder, descriptor, ctx->ac.i32_1, ""); 1374 * descriptor was overridden (and hence a fixup of the sampler result is needed). 1880 static LLVMValueRef emit_ssbo_comp_swap_64(struct ac_nir_context *ctx, LLVMValueRef descriptor, 1886 LLVMValueRef size = ac_llvm_extract_elem(&ctx->ac, descriptor, 2); 1900 ac_llvm_extract_elem(&ctx->ac, descriptor, 0), 1901 LLVMBuildAnd(ctx->ac.builder, ac_llvm_extract_elem(&ctx->ac, descriptor, 1) 1949 LLVMValueRef params[6], descriptor; local 4163 LLVMValueRef descriptor = get_src(ctx, instr->src[0]); local 4202 LLVMValueRef descriptor = get_src(ctx, instr->src[1]); local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| lvp_execute.c | 936 const union lvp_descriptor_info *descriptor, 944 fill_sampler(&state->ss[p_stage][ss_idx], binding->immutable_samplers ? binding->immutable_samplers[array_idx] : descriptor->sampler); 964 const union lvp_descriptor_info *descriptor, 972 struct lvp_image_view *iv = descriptor->iview; 1035 const union lvp_descriptor_info *descriptor, 1043 struct lvp_buffer_view *bv = descriptor->buffer_view; 1070 const union lvp_descriptor_info *descriptor, 1073 struct lvp_image_view *iv = descriptor->iview; 1105 const union lvp_descriptor_info *descriptor, 1108 struct lvp_buffer_view *bv = descriptor->buffer_view 1218 const struct lvp_descriptor *descriptor; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| tu_private.h | 1267 uint32_t descriptor[16]; member in struct:tu_image_view 1269 /* Descriptor for use as a storage image as opposed to a sampled image.
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| tu_private.h | 1457 uint32_t descriptor[A6XX_TEX_CONST_DWORDS]; member in struct:tu_image_view 1459 /* Descriptor for use as a storage image as opposed to a sampled image. 1498 uint32_t descriptor[A6XX_TEX_SAMP_DWORDS]; member in struct:tu_sampler 1542 uint32_t descriptor[A6XX_TEX_CONST_DWORDS]; member in struct:tu_buffer_view
|