| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| sfn_emitinstruction.h | 47 static const std::set<AluModifiers> write; member in class:r600::EmitInstruction
|
| sfn_emitinstruction.cpp | 159 const std::set<AluModifiers> EmitInstruction::write = {alu_write}; member in class:r600::EmitInstruction
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/perf/ |
| pan_gen_perf.py | 34 def write(self, *args): member in class:SourceFile 38 self.file.write(text.rstrip() + "\n") 89 parser.add_argument("--header", help="Header file to write", required=True) 90 parser.add_argument("--code", help="C file to write", required=True) 132 h.write(copyright) 133 h.write(textwrap.dedent("""\ 141 c.write(copyright) 142 c.write("#include \"" + os.path.basename(args.header) + "\"") 143 c.write(textwrap.dedent("""\ 149 h.write("extern const struct panfrost_perf_config panfrost_perf_config_%s;\n" % prod.id [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| swr_fence.h | 36 uint64_t write; member in struct:swr_fence 61 return (fence->read == fence->write);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| swr_fence.h | 36 uint64_t write; member in struct:swr_fence 61 return (fence->read == fence->write);
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| cutout.py | 33 write = True variable 37 write = False variable 39 if write and l: 43 out.write('%s\n' % stripped) 46 write = True variable
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| generic_bus.h | 26 Bool (*write)(GENERIC_BUS_Ptr, uint32_t, uint32_t, uint8_t *); member in struct:_GENERIC_BUS_Rec
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| sid_tables.py | 70 Write 82 filp.write('%sconst char %s[] = {\n%s\n};\n' % ( 123 Write 137 filp.write('%sconst %s %s[] = {\n%s\n};\n' % ( 213 Write 219 filp.write('static const struct si_field sid_fields_table[] = {\n') 222 filp.write('\t/* %s */\n' % (start)) 224 filp.write('\t%s,\n' % (field.format(string_table, idx_table))) 226 filp.write('};\n') 251 def write(self, regdb, packets, file=sys.stdout) member in class:TableWriter [all...] |
| /xsrc/external/mit/MesaLib/dist/include/android_stub/log/ |
| log_event_list.h | 57 * Creates a context associated with an event tag to write elements to 195 int write(log_id_t id = LOG_ID_EVENTS) { function in class:android_log_event_list 205 write(id);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_opt_access.c | 53 gather_buffer_access(struct access_state *state, nir_ssa_def *def, bool read, bool write) 56 state->buffers_written |= write; 66 if (write) 72 if (write) 82 bool read, write; local 102 write = instr->intrinsic != nir_intrinsic_image_deref_load && 112 state->buffers_written |= write; 115 state->images_written |= write; 120 if (var->data.mode == nir_var_uniform && write) 141 write = instr->intrinsic != nir_intrinsic_bindless_image_load & [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| fd6_context.h | 42 bool write : 1; member in struct:fd6_lrz_state
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| lvp_descriptor_set.c | 366 const VkWriteDescriptorSet *write = &pDescriptorWrites[i]; local 367 LVP_FROM_HANDLE(lvp_descriptor_set, set, write->dstSet); 369 &set->layout->binding[write->dstBinding]; 372 desc += write->dstArrayElement; 374 switch (write->descriptorType) { 376 for (uint32_t j = 0; j < write->descriptorCount; j++) { 378 write->pImageInfo[j].sampler); 388 for (uint32_t j = 0; j < write->descriptorCount; j++) { 390 write->pImageInfo[j].imageView); 402 write->pImageInfo[j].sampler) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| radeon_texture.c | 161 GLboolean write = (mode & GL_MAP_WRITE_BIT) != 0; local 178 radeon_bo_map(image->bo, write); 185 radeon_bo_map(mt->bo, write);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| iris_batch.h | 54 bool write; member in struct:iris_address 176 * to the mapped area so the caller can write commands there.
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| radeon_texture.c | 162 GLboolean write = (mode & GL_MAP_WRITE_BIT) != 0; local 179 radeon_bo_map(image->bo, write); 186 radeon_bo_map(mt->bo, write);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| s_depth.c | 47 if (write) { \ 72 const GLboolean write = ctx->Depth.Mask; local 120 const GLboolean write = ctx->Depth.Mask; local 304 /* directly read/write row of 16-bit Z values */ 309 /* directly read/write row of 32-bit Z values */ 356 /* need to write temp Z values back into the buffer */
|
| /xsrc/external/mit/freetype/dist/src/gzip/ |
| infutil.h | 57 Bytef *write; /* window write pointer */ member in struct:inflate_blocks_state 68 #define UPDOUT {s->write=q;} 79 #define LOADOUT {q=s->write;m=(uInt)WAVAIL;}
|
| /xsrc/external/mit/freetype/dist/src/pshinter/ |
| pshglob.c | 664 PSH_Width write = dim->stdw.widths; local 667 write->org = priv->standard_width[0]; 668 write++; 673 write->org = *read; 674 write++; 684 PSH_Width write = dim->stdw.widths; local 687 write->org = priv->standard_height[0]; 688 write++; 692 write->org = *read; 693 write++ [all...] |
| /xsrc/external/mit/libpciaccess/dist/src/ |
| pciaccess_private.h | 74 int (*write)(struct pci_device * dev, const void * data, pciaddr_t offset, member in struct:pci_system_methods
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_batch.c | 118 written ? "(write)" : ""); 310 * intends to write it, then flush the other batch and synchronize. 315 * 2. They read, we write => Synchronize (they need the old value) 316 * 3. They write, we read => Synchronize (we need their new value) 317 * 4. They write, we write => Synchronize (order writes) 669 update_bo_syncobjs(struct iris_batch *batch, struct iris_bo *bo, bool write) 728 if (write) { 758 bool write = BITSET_TEST(batch->bos_written, i); local 763 update_bo_syncobjs(batch, bo, write); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| nir.c | 857 ppir_node *write = NULL; local 863 write) { 864 ppir_debug("Adding dep %d for write %d\n", node->index, write->index); 865 ppir_node_add_dep(write, node, ppir_dep_write_after_read); 871 write = node;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| intel_dump_gpu.c | 321 /* Write the buffer content into the Aub. */ 334 bool write = !capture_only || (obj->flags & EXEC_OBJECT_CAPTURE); local 336 if (write && bo->dirty) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| s_depth.c | 47 if (write) { \ 72 const GLboolean write = ctx->Depth.Mask; local 120 const GLboolean write = ctx->Depth.Mask; local 390 /* directly read/write row of 16-bit Z values */ 395 /* directly read/write row of 32-bit Z values */ 442 /* need to write temp Z values back into the buffer */
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| vn_descriptor_set.c | 574 const VkWriteDescriptorSet *write = &writes[i]; local 575 switch (write->descriptorType) { 581 img_count += write->descriptorCount; 607 VkWriteDescriptorSet *write = &update->writes[i]; local 610 switch (write->descriptorType) { 616 memcpy(imgs, write->pImageInfo, 617 sizeof(*imgs) * write->descriptorCount); 618 img_count += write->descriptorCount; 620 for (uint32_t j = 0; j < write->descriptorCount; j++) { 621 switch (write->descriptorType) 743 VkWriteDescriptorSet *write = &update->writes[i]; local 874 VkWriteDescriptorSet *write = &update->writes[i]; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| anv_cmd_buffer.c | 1033 const VkWriteDescriptorSet *write = &pDescriptorWrites[i]; local 1035 switch (write->descriptorType) { 1041 for (uint32_t j = 0; j < write->descriptorCount; j++) { 1043 write->pImageInfo + j, 1044 write->descriptorType, 1045 write->dstBinding, 1046 write->dstArrayElement + j); 1052 for (uint32_t j = 0; j < write->descriptorCount; j++) { 1054 write->pTexelBufferView[j]); 1057 write->descriptorType [all...] |