| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| v3dvx_image.c | 142 const uint32_t base_offset = local 145 tex.texture_base_pointer = v3dv_cl_address(NULL, base_offset); 191 const uint32_t base_offset = local 196 tex.texture_base_pointer = v3dv_cl_address(NULL, base_offset);
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| vn_device_memory.h | 31 VkDeviceSize base_offset; member in struct:vn_device_memory
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| ir3_nir_lower_tex_prefetch.c | 51 int base_offset = local 62 if (nth_offset != (base_offset + i)) 66 return base_offset;
|
| ir3_nir_analyze_ubo_ranges.c | 474 unsigned base_offset = nir_intrinsic_base(intr); local 477 if (base_offset < base_offset_limit) 492 * base_offset to the non-const offset, be a bit more clever and only 502 unsigned new_base_offset = base_offset % base_offset_limit; 505 offset = nir_iadd_imm(b, offset, base_offset - new_base_offset);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| nv50_query_hw.h | 32 uint32_t base_offset; member in struct:nv50_hw_query
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_query_hw.h | 32 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/ |
| nv50_query_hw.h | 32 uint32_t base_offset; member in struct:nv50_hw_query
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_query_hw.h | 32 uint32_t base_offset; member in struct:nvc0_hw_query 33 uint32_t offset; /* base_offset + i * rotate */
|
| /xsrc/external/mit/freetype/dist/src/cid/ |
| cidparse.c | 62 FT_ULong base_offset, offset, ps_len; local 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/intel/vulkan/ |
| anv_nir_compute_push_layout.c | 159 unsigned base_offset = local 164 base_offset);
|
| /xsrc/external/mit/xorg-server/dist/exa/ |
| exa.h | 57 int base_offset; /* allocation base */ member in struct:_ExaOffscreenArea
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| exa.h | 56 int base_offset; /* allocation base */ member in struct:_ExaOffscreenArea
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| aco_spill.cpp | 1651 unsigned base_offset = local 1668 unsigned offset = base_offset + spill_slot * 4; 1738 unsigned base_offset = 1755 unsigned offset = base_offset + spill_slot * 4;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| lower_ubo_reference.cpp | 747 ir_rvalue *base_offset = NULL; local 765 &base_offset, &const_offset, 774 ir_expression(ir_binop_add, base_offset,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| lower_ubo_reference.cpp | 745 ir_rvalue *base_offset = NULL; local 763 &base_offset, &const_offset, 772 ir_expression(ir_binop_add, base_offset,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| si_shader_tgsi_mem.c | 598 LLVMValueRef base_offset = voffset; local 635 voff = base_offset;
|
| /xsrc/external/mit/freetype/dist/src/cff/ |
| cffload.c | 911 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 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| r600_state_common.c | 1382 unsigned array_size, uint32_t *base_offset) 1391 *base_offset = R600_UCP_SIZE; 1410 uint32_t base_offset; local 1419 constants = r600_alloc_buf_consts(rctx, shader_type, array_size, &base_offset); 1423 int offset = (base_offset / 4) + i * 8; 1459 uint32_t base_offset; local 1483 &base_offset); 1487 uint32_t offset = (base_offset / 4) + i; 1495 uint32_t offset = (base_offset / 4) + i;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| r600_state_common.c | 1323 unsigned array_size, uint32_t *base_offset) 1332 *base_offset = R600_UCP_SIZE; 1351 uint32_t base_offset; local 1360 constants = r600_alloc_buf_consts(rctx, shader_type, array_size, &base_offset); 1364 int offset = (base_offset / 4) + i * 8; 1400 uint32_t base_offset; local 1424 &base_offset); 1428 uint32_t offset = (base_offset / 4) + i; 1436 uint32_t offset = (base_offset / 4) + i;
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| fcfreetype.c | 2772 FT_ULong cur_offset, new_offset, base_offset; local 2784 base_offset = ftglue_stream_pos ( stream ); 2788 if ( ftglue_stream_seek ( stream, base_offset + 4L ) || ftglue_stream_frame_enter( stream, 2L ) ) 2791 new_offset = GET_UShort() + base_offset; 2800 base_offset = ftglue_stream_pos( stream ); 2820 new_offset = GET_UShort () + base_offset;
|
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| cfftypes.h | 342 FT_ULong base_offset; /* offset to start of CFF */ member in struct:CFF_FontRec_
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| ac_nir_lower_ngg.c | 1513 unsigned base_offset = nir_src_as_uint(intrin->src[1]); local 1516 assert((base + base_offset) < VARYING_SLOT_MAX); 1537 unsigned base_index = base + base_offset + component_index / 4;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_nir_to_llvm.c | 207 unsigned base_offset = layout->binding[binding].offset; local 215 base_offset = pipeline_layout->push_constant_size + 16 * idx; 220 offset = LLVMConstInt(ctx->ac.i32, base_offset, false);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| ac_nir_to_llvm.c | 1800 LLVMValueRef base_offset = get_src(ctx, instr->src[2]); local 1841 offset = LLVMBuildAdd(ctx->ac.builder, base_offset,
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| nir_to_vir.c | 434 struct qreg base_offset, 458 struct qreg offset = base_offset; 467 tmu = vir_ADD_dest(c, tmua, base_offset, 470 tmu = vir_MOV_dest(c, tmua, base_offset); 538 struct qreg base_offset; local 541 base_offset = vir_uniform(c, QUNIFORM_UBO_ADDR, 552 base_offset = 563 base_offset = c->spill_base; 565 base_offset = c->cs_shared_offset; 569 base_offset = vir_uniform(c, QUNIFORM_SSBO_OFFSET 2492 uint32_t base_offset = nir_intrinsic_base(instr); local 2754 struct qreg base_offset = local [all...] |