Searched refs:offset0 (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbackward_references.c30 size_t offset0 = distance_plus_3 - (size_t)dist_cache[0]; local in function:ComputeDistanceCode
36 } else if (offset0 < 7) {
37 return (0x9750468 >> (4 * offset0)) & 0xF;
/xsrc/external/mit/MesaLib.old/dist/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c63 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);
59 create_buffer(struct wl_client * client,struct wl_resource * resource,uint32_t id,uint32_t name,int fd,int32_t width,int32_t height,uint32_t format,int32_t offset0,int32_t stride0,int32_t offset1,int32_t stride1,int32_t offset2,int32_t stride2) argument
135 drm_create_planar_buffer(struct wl_client * client,struct wl_resource * resource,uint32_t id,uint32_t name,int32_t width,int32_t height,uint32_t format,int32_t offset0,int32_t stride0,int32_t offset1,int32_t stride1,int32_t offset2,int32_t stride2) argument
164 drm_create_prime_buffer(struct wl_client * client,struct wl_resource * resource,uint32_t id,int fd,int32_t width,int32_t height,uint32_t format,int32_t offset0,int32_t stride0,int32_t offset1,int32_t stride1,int32_t offset2,int32_t stride2) argument
/xsrc/external/mit/MesaLib/dist/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c63 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);
59 create_buffer(struct wl_client * client,struct wl_resource * resource,uint32_t id,uint32_t name,int fd,int32_t width,int32_t height,uint32_t format,int32_t offset0,int32_t stride0,int32_t offset1,int32_t stride1,int32_t offset2,int32_t stride2) argument
135 drm_create_planar_buffer(struct wl_client * client,struct wl_resource * resource,uint32_t id,uint32_t name,int32_t width,int32_t height,uint32_t format,int32_t offset0,int32_t stride0,int32_t offset1,int32_t stride1,int32_t offset2,int32_t stride2) argument
164 drm_create_prime_buffer(struct wl_client * client,struct wl_resource * resource,uint32_t id,int fd,int32_t width,int32_t height,uint32_t format,int32_t offset0,int32_t stride0,int32_t offset1,int32_t stride1,int32_t offset2,int32_t stride2) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c208 * \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
214 lp_build_sample_wrap_linear_int(struct lp_build_sample_context * bld,unsigned block_length,LLVMValueRef coord0,LLVMValueRef * weight_i,LLVMValueRef coord_f,LLVMValueRef length,LLVMValueRef stride,LLVMValueRef offset,boolean is_pot,unsigned wrap_mode,LLVMValueRef * offset0,LLVMValueRef * offset1,LLVMValueRef * i0,LLVMValueRef * i1) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c208 * \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
214 lp_build_sample_wrap_linear_int(struct lp_build_sample_context * bld,unsigned block_length,LLVMValueRef coord0,LLVMValueRef * weight_i,LLVMValueRef coord_f,LLVMValueRef length,LLVMValueRef stride,LLVMValueRef offset,boolean is_pot,unsigned wrap_mode,LLVMValueRef * offset0,LLVMValueRef * offset1,LLVMValueRef * i0,LLVMValueRef * i1) argument
[all...]
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Ddri3proto.h220 CARD32 offset0; member in struct:__anonac9892930d08
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_opt_value_numbering.cpp241 aD.offset0 == bD.offset0 && aD.offset1 == bD.offset1;
H A Daco_print_ir.cpp355 if (ds.offset0)
356 fprintf(output, " offset0:%u", ds.offset0);
H A Daco_assembler.cpp363 encoding |= (0xFFFF & ds.offset0);
H A Daco_optimizer.cpp1162 if ((offset & mask) == 0 && ds.offset0 + (offset >> shifts) <= 255 &&
1165 ds.offset0 += offset >> shifts;
1169 if (ds.offset0 + offset <= 65535) {
1171 ds.offset0 += offset;
H A Daco_ir.h1508 int16_t offset0; member in struct:aco::DS_instruction
H A Daco_instruction_selection.cpp7250 ds->offset0 = offset;
/xsrc/external/mit/xorg-server/dist/dri3/
H A Ddri3_request.c460 offsets[0] = stuff->offset0;
678 swapl(&stuff->offset0);
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-access.c171 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/
H A Dsi_shader_llvm_ps.c48 LLVMValueRef offset0 = local in function:load_sample_position
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.old/dist/src/imgui/
H A Dimgui_draw.cpp2110 const int offset0 = (int)(r.X + x) + (int)(r.Y + y) * w; local in function:ImFontAtlasBuildRenderDefaultTexData
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/dist/src/imgui/
H A Dimgui_draw.cpp2110 const int offset0 = (int)(r.X + x) + (int)(r.Y + y) * w; local in function:ImFontAtlasBuildRenderDefaultTexData
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/
H A Dsi_shader.c1985 LLVMValueRef offset0 = LLVMBuildMul(ctx->ac.builder, sample_id, LLVMConstInt(ctx->i32, 8, 0), ""); local in function:load_sample_position
1986 LLVMValueRef offset1 = LLVMBuildAdd(ctx->ac.builder, offset0, LLVMConstInt(ctx->i32, 4, 0), "");
1989 buffer_load_const(ctx, resource, offset0),

Completed in 69 milliseconds