Searched refs:byteoffset (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/record/
H A Drecord.c1517 * byteoffset is the offset from the start of an xRecordRange of the
1528 * The slice of pRanges indicated by byteoffset is stored in psi.
1539 int byteoffset,
1551 pCARD8 = ((CARD8 *)pRanges) + byteoffset;
2075 * byteoffset is the offset from the start of an xRecordRange of the
2088 * byteoffset and card8 is filled in with the intervals from pSet.
2096 int byteoffset,
2128 pCARD8 = ((CARD8 *)&pri->pRanges[nRanges-1]) + byteoffset;
2135 (((char *)&pri->pRanges[nRanges-1]) + byteoffset);
2151 * byteoffset i
1532 RecordConvertRangesToIntervals(SetInfoPtr psi,xRecordRange * pRanges,int nRanges,int byteoffset,SetInfoPtr pExtSetInfo,int * pnExtSetInfo) argument
2089 RecordConvertSetToRanges(RecordSetPtr pSet,GetContextRangeInfoPtr pri,int byteoffset,Bool card8,unsigned int imax,int * pStartIndex) argument
2158 RecordConvertMinorOpInfoToRanges(RecordMinorOpPtr pMinOpInfo,GetContextRangeInfoPtr pri,int byteoffset) argument
[all...]
/xsrc/external/mit/xorg-server/dist/record/
H A Drecord.c1449 * byteoffset is the offset from the start of an xRecordRange of the
1460 * The slice of pRanges indicated by byteoffset is stored in psi.
1470 int byteoffset,
1479 pCARD8 = ((CARD8 *) pRanges) + byteoffset;
2002 * byteoffset is the offset from the start of an xRecordRange of the
2015 * byteoffset and card8 is filled in with the intervals from pSet.
2022 int byteoffset,
2050 pCARD8 = ((CARD8 *) &pri->pRanges[nRanges - 1]) + byteoffset;
2056 (((char *) &pri->pRanges[nRanges - 1]) + byteoffset);
2071 * byteoffset i
1464 RecordConvertRangesToIntervals(SetInfoPtr psi,xRecordRange * pRanges,int nRanges,int byteoffset,SetInfoPtr pExtSetInfo,int * pnExtSetInfo) argument
2016 RecordConvertSetToRanges(RecordSetPtr pSet,GetContextRangeInfoPtr pri,int byteoffset,Bool card8,unsigned int imax,int * pStartIndex) argument
2078 RecordConvertMinorOpInfoToRanges(RecordMinorOpPtr pMinOpInfo,GetContextRangeInfoPtr pri,int byteoffset) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c677 LLVMValueRef lds_base, lds_inner, lds_outer, byteoffset, buffer; local in function:si_write_tess_factors
769 byteoffset =
784 ac_build_buffer_store_dword(&ctx->ac, buffer, vec0, MIN2(stride, 4), byteoffset, tf_base, offset,
788 ac_build_buffer_store_dword(&ctx->ac, buffer, vec1, stride - 4, byteoffset, tf_base, offset,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c3196 LLVMValueRef lds_base, lds_inner = NULL, lds_outer, byteoffset, buffer; local in function:write_tess_factors
3273 byteoffset = LLVMBuildMul(ctx->ac.builder, rel_patch_id,
3294 MIN2(stride, 4), byteoffset, tf_base,
3298 stride - 4, byteoffset, tf_base,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c3071 LLVMValueRef lds_base, lds_inner, lds_outer, byteoffset, buffer; local in function:si_write_tess_factors
3170 byteoffset = LLVMBuildMul(ctx->ac.builder, rel_patch_id,
3191 MIN2(stride, 4), byteoffset, tf_base,
3196 stride - 4, byteoffset, tf_base,

Completed in 69 milliseconds