HomeSort by: relevance | last modified time | path
    Searched refs:offset0 (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/brotli/dist/c/enc/
backward_references.c 30 size_t offset0 = distance_plus_3 - (size_t)dist_cache[0]; local
36 } else if (offset0 < 7) {
37 return (0x9750468 >> (4 * offset0)) & 0xF;
  /xsrc/external/mit/MesaLib/dist/src/egl/wayland/wayland-drm/
wayland-drm.c 63 int32_t offset0, int32_t stride0,
80 buffer->offset[0] = offset0;
139 int32_t offset0, int32_t stride0,
160 offset0, stride0, offset1, stride1, offset2, stride2);
168 int32_t offset0, int32_t stride0,
173 offset0, stride0, offset1, stride1, offset2, stride2);
  /xsrc/external/mit/MesaLib.old/dist/src/egl/wayland/wayland-drm/
wayland-drm.c 63 int32_t offset0, int32_t stride0,
80 buffer->offset[0] = offset0;
139 int32_t offset0, int32_t stride0,
160 offset0, stride0, offset1, stride1, offset2, stride2);
168 int32_t offset0, int32_t stride0,
173 offset0, stride0, offset1, stride1, offset2, stride2);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 208 * \param offset0 resulting relative offset for coord0
224 LLVMValueRef *offset0,
236 * way to calculate offset1 relative to offset0. Instead, compute them
237 * independently. Otherwise, try to compute offset0 and offset1 with
293 offset0, i0);
322 *offset0 = lp_build_mul(int_coord_bld, coord0, stride);
324 lp_build_add(int_coord_bld, *offset0, stride),
344 *offset0 = lp_build_mul(int_coord_bld, coord0, stride);
346 *offset0,
358 *offset0 = int_coord_bld->zero
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 208 * \param offset0 resulting relative offset for coord0
224 LLVMValueRef *offset0,
236 * way to calculate offset1 relative to offset0. Instead, compute them
237 * independently. Otherwise, try to compute offset0 and offset1 with
293 offset0, i0);
322 *offset0 = lp_build_mul(int_coord_bld, coord0, stride);
324 lp_build_add(int_coord_bld, *offset0, stride),
344 *offset0 = lp_build_mul(int_coord_bld, coord0, stride);
346 *offset0,
358 *offset0 = int_coord_bld->zero
    [all...]
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
dri3proto.h 220 CARD32 offset0; member in struct:__anon11569
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_opt_value_numbering.cpp 241 aD.offset0 == bD.offset0 && aD.offset1 == bD.offset1;
aco_print_ir.cpp 355 if (ds.offset0)
356 fprintf(output, " offset0:%u", ds.offset0);
aco_assembler.cpp 363 encoding |= (0xFFFF & ds.offset0);
aco_optimizer.cpp 1162 if ((offset & mask) == 0 && ds.offset0 + (offset >> shifts) <= 255 &&
1165 ds.offset0 += offset >> shifts;
1169 if (ds.offset0 + offset <= 65535) {
1171 ds.offset0 += offset;
aco_ir.h 1508 int16_t offset0;
aco_instruction_selection.cpp 7250 ds->offset0 = offset;
  /xsrc/external/mit/xorg-server/dist/dri3/
dri3_request.c 460 offsets[0] = stuff->offset0;
678 swapl(&stuff->offset0);
  /xsrc/external/mit/pixman/dist/pixman/
pixman-access.c 171 int offset0 = stride < 0 ? \
175 offset0 + ((-stride) >> 1) * ((__bits_image->height) >> 1) : \
176 offset0 + (offset0 >> 2)
192 ((uint8_t *) ((bits) + offset0 + \
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_shader_llvm_ps.c 48 LLVMValueRef offset0 = local
51 LLVMBuildAdd(ctx->ac.builder, offset0, LLVMConstInt(ctx->ac.i32, 4, 0), "");
53 LLVMValueRef pos[4] = {si_buffer_load_const(ctx, resource, offset0),
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_draw.cpp 2110 const int offset0 = (int)(r.X + x) + (int)(r.Y + y) * w; local
2111 const int offset1 = offset0 + FONT_ATLAS_DEFAULT_TEX_DATA_W_HALF + 1;
2112 atlas->TexPixelsAlpha8[offset0] = FONT_ATLAS_DEFAULT_TEX_DATA_PIXELS[n] == '.' ? 0xFF : 0x00;
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_draw.cpp 2110 const int offset0 = (int)(r.X + x) + (int)(r.Y + y) * w; local
2111 const int offset1 = offset0 + FONT_ATLAS_DEFAULT_TEX_DATA_W_HALF + 1;
2112 atlas->TexPixelsAlpha8[offset0] = FONT_ATLAS_DEFAULT_TEX_DATA_PIXELS[n] == '.' ? 0xFF : 0x00;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_shader.c 1985 LLVMValueRef offset0 = LLVMBuildMul(ctx->ac.builder, sample_id, LLVMConstInt(ctx->i32, 8, 0), ""); local
1986 LLVMValueRef offset1 = LLVMBuildAdd(ctx->ac.builder, offset0, LLVMConstInt(ctx->i32, 4, 0), "");
1989 buffer_load_const(ctx, resource, offset0),

Completed in 40 milliseconds