Searched refs:base_offset (Results 1 - 25 of 103) sorted by relevance

12345

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_tcs.h60 unsigned base_offset,
64 unsigned base_offset,
69 unsigned base_offset, const src_reg &indirect_offset);
H A Dbrw_vec4_tcs.cpp158 unsigned base_offset,
174 inst->offset = base_offset;
193 unsigned base_offset,
206 read->offset = base_offset;
221 unsigned base_offset,
238 inst->offset = base_offset;
156 emit_input_urb_read(const dst_reg & dst,const src_reg & vertex_index,unsigned base_offset,unsigned first_component,const src_reg & indirect_offset) argument
192 emit_output_urb_read(const dst_reg & dst,unsigned base_offset,unsigned first_component,const src_reg & indirect_offset) argument
219 emit_urb_write(const src_reg & value,unsigned writemask,unsigned base_offset,const src_reg & indirect_offset) argument
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_tcs.h60 unsigned base_offset,
64 unsigned base_offset,
69 unsigned base_offset, const src_reg &indirect_offset);
H A Dbrw_vec4_tcs.cpp158 unsigned base_offset,
174 inst->offset = base_offset;
193 unsigned base_offset,
206 read->offset = base_offset;
221 unsigned base_offset,
238 inst->offset = base_offset;
156 emit_input_urb_read(const dst_reg & dst,const src_reg & vertex_index,unsigned base_offset,unsigned first_component,const src_reg & indirect_offset) argument
192 emit_output_urb_read(const dst_reg & dst,unsigned base_offset,unsigned first_component,const src_reg & indirect_offset) argument
219 emit_urb_write(const src_reg & value,unsigned writemask,unsigned base_offset,const src_reg & indirect_offset) argument
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_offscreen.c48 assert (pExaScr->info->offScreenAreas->base_offset ==
52 assert (area->offset >= area->base_offset &&
53 area->offset < (area->base_offset + area->size));
55 assert (prev->base_offset + prev->size == area->base_offset);
58 assert (prev->base_offset + prev->size == pExaScr->info->memorySize);
114 real_size = size + (begin->base_offset + begin->size - size) % align;
205 real_size = size + (area->base_offset + area->size - size) % align;
228 real_size = size + (area->base_offset + area->size - size) % align;
251 new_area->base_offset
[all...]
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_offscreen.c48 assert(pExaScr->info->offScreenAreas->base_offset ==
51 assert(area->offset >= area->base_offset);
52 assert(area->offset < (area->base_offset + area->size));
54 assert(prev->base_offset + prev->size == area->base_offset);
57 assert(prev->base_offset + prev->size == pExaScr->info->memorySize);
112 real_size = size + (begin->base_offset + begin->size - size) % align;
201 real_size = size + (area->base_offset + area->size - size) % align;
222 real_size = size + (area->base_offset + area->size - size) % align;
245 new_area->base_offset
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A Dgl_procs.py85 base_offset = 0
90 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset))
95 base_offset += len(func.name) + 3
106 table.append((base_offset, "gl" + name, alt_name, alt_name, func.offset))
108 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset))
110 base_offset += len(n) + 3
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A Dgl_procs.py83 base_offset = 0
88 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset))
93 base_offset += len(func.name) + 3
104 table.append((base_offset, "gl" + name, alt_name, alt_name, func.offset))
106 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset))
108 base_offset += len(n) + 3
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_buffer_access.h50 ir_variable *base_offset, unsigned int deref_offset,
H A Dlower_buffer_access.cpp59 ir_variable *base_offset,
83 emit_access(mem_ctx, is_write, field_deref, base_offset,
106 emit_access(mem_ctx, is_write, element_deref, base_offset,
127 emit_access(mem_ctx, is_write, col_deref, base_offset,
139 add(base_offset, new(mem_ctx) ir_constant(deref_offset));
157 add(base_offset,
56 emit_access(void * mem_ctx,bool is_write,ir_dereference * deref,ir_variable * base_offset,unsigned int deref_offset,bool row_major,const glsl_type * matrix_type,enum glsl_interface_packing packing,unsigned int write_mask) argument
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_buffer_access.h50 ir_variable *base_offset, unsigned int deref_offset,
H A Dlower_buffer_access.cpp59 ir_variable *base_offset,
83 emit_access(mem_ctx, is_write, field_deref, base_offset,
106 emit_access(mem_ctx, is_write, element_deref, base_offset,
127 emit_access(mem_ctx, is_write, col_deref, base_offset,
139 add(base_offset, new(mem_ctx) ir_constant(deref_offset));
157 add(base_offset,
56 emit_access(void * mem_ctx,bool is_write,ir_dereference * deref,ir_variable * base_offset,unsigned int deref_offset,bool row_major,const glsl_type * matrix_type,enum glsl_interface_packing packing,unsigned int write_mask) argument
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_device_memory.h31 VkDeviceSize base_offset; member in struct:vn_device_memory
H A Dvn_device_memory.c134 VkDeviceSize *base_offset)
160 *base_offset = pool->used;
370 &mem->base_bo, &mem->base_offset);
446 *ppData = ptr + mem->base_offset + offset;
472 mem->base_offset + range->offset, size);
494 mem->base_offset + range->offset, size);
129 vn_device_memory_pool_alloc(struct vn_device * dev,uint32_t mem_type_index,VkDeviceSize size,struct vn_device_memory ** base_mem,struct vn_renderer_bo ** base_bo,VkDeviceSize * base_offset) argument
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_locals_to_regs.c139 src.reg.base_offset = 0;
156 src.reg.base_offset += nir_src_as_uint(d->arr.index) *
160 assert(src.reg.base_offset == 0);
164 nir_src_for_ssa(nir_imm_int(b, src.reg.base_offset));
165 src.reg.base_offset = 0;
234 mov->dest.dest.reg.base_offset = reg_src.reg.base_offset;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_locals_to_regs.c138 src.reg.base_offset = 0;
155 src.reg.base_offset += nir_src_as_uint(d->arr.index) *
159 assert(src.reg.base_offset == 0);
163 nir_src_for_ssa(nir_imm_int(b, src.reg.base_offset));
164 src.reg.base_offset = 0;
233 mov->dest.dest.reg.base_offset = reg_src.reg.base_offset;
/xsrc/external/mit/freetype/dist/src/cid/
H A Dcidparse.c62 FT_ULong base_offset, offset, ps_len; local in function:cid_parser_new
72 base_offset = FT_STREAM_POS();
174 ps_len = offset - base_offset;
175 if ( FT_STREAM_SEEK( base_offset ) ||
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_image.c142 const uint32_t base_offset = local in function:pack_texture_shader_state_helper
145 tex.texture_base_pointer = v3dv_cl_address(NULL, base_offset);
191 const uint32_t base_offset = local in function:v3dX
196 tex.texture_base_pointer = v3dv_cl_address(NULL, base_offset);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.h32 uint32_t base_offset; member in struct:nvc0_hw_query
33 uint32_t offset; /* base_offset + i * rotate */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.h32 uint32_t base_offset; member in struct:nv50_hw_query
H A Dnv50_query_hw.c61 &hq->bo, &hq->base_offset);
64 hq->offset = hq->base_offset;
71 hq->data = (uint32_t *)((uint8_t *)hq->bo->map + hq->base_offset);
138 if (hq->offset - hq->base_offset == NV50_HW_QUERY_ALLOC_SPACE)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.h32 uint32_t base_offset; member in struct:nv50_hw_query
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.h32 uint32_t base_offset; member in struct:nvc0_hw_query
33 uint32_t offset; /* base_offset + i * rotate */
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tex_prefetch.c51 int base_offset = local in function:coord_offset
62 if (nth_offset != (base_offset + i))
66 return base_offset;
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffload.c911 FT_ULong base_offset,
927 charset->offset = base_offset + offset;
1129 FT_ULong base_offset,
1149 if ( FT_STREAM_SEEK( base_offset + offset ) ||
1635 FT_ULong base_offset,
1673 encoding->offset = base_offset + offset;
1926 if ( FT_STREAM_SEEK( font->base_offset + top->private_offset ) ||
1989 FT_ULong base_offset,
2144 if ( FT_STREAM_SEEK( base_offset + top->private_offset +
2204 FT_ULong base_offset; local in function:cff_font_load
908 cff_charset_load(CFF_Charset charset,FT_UInt num_glyphs,FT_Stream stream,FT_ULong base_offset,FT_ULong offset,FT_Bool invert) argument
1127 cff_vstore_load(CFF_VStoreRec * vstore,FT_Stream stream,FT_ULong base_offset,FT_ULong offset) argument
1631 cff_encoding_load(CFF_Encoding encoding,CFF_Charset charset,FT_UInt num_glyphs,FT_Stream stream,FT_ULong base_offset,FT_ULong offset) argument
1985 cff_subfont_load(CFF_SubFont subfont,CFF_Index idx,FT_UInt font_index,FT_Stream stream,FT_ULong base_offset,FT_UInt code,CFF_Font font,CFF_Face face) argument
[all...]

Completed in 20 milliseconds

12345