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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_triangle.c138 const GLint smask = texImg->Width - 1; \
151 GLint s = FixedToInt(span.intTex[0]) & smask; \
196 const GLint smask = texImg->Width - 1; \
212 GLint s = FixedToInt(span.intTex[0]) & smask; \
243 GLint smask, tmask; member in struct:affine_info
365 GLint s = FixedToInt(span->intTex[0]) & info->smask; \
382 const GLint s = FixedToInt(span->intTex[0]) & info->smask; \
395 if (s == info->smask) { \
553 info.smask = texImg->Width - 1; \
599 GLint smask, tmas member in struct:persp_info
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_triangle.c138 const GLint smask = texImg->Width - 1; \
151 GLint s = FixedToInt(span.intTex[0]) & smask; \
196 const GLint smask = texImg->Width - 1; \
212 GLint s = FixedToInt(span.intTex[0]) & smask; \
243 GLint smask, tmask; member in struct:affine_info
365 GLint s = FixedToInt(span->intTex[0]) & info->smask; \
382 const GLint s = FixedToInt(span->intTex[0]) & info->smask; \
395 if (s == info->smask) { \
553 info.smask = texImg->Width - 1; \
599 GLint smask, tmas member in struct:persp_info
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c1039 unsigned mask = 0, pmask = 0, smask; local in function:transform_samp
1052 smask = 1 << samp->Register.Index;
1055 if (!(ctx->saturate & smask) && !lower_txp)
1068 if (ctx->config->saturate_r & smask)
1079 if (ctx->config->saturate_t & smask)
1088 if (ctx->config->saturate_s & smask)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c1040 unsigned mask = 0, pmask = 0, smask; local in function:transform_samp
1053 smask = 1 << samp->Register.Index;
1056 if (!(ctx->saturate & smask) && !lower_txp)
1069 if (ctx->config->saturate_r & smask)
1080 if (ctx->config->saturate_t & smask)
1089 if (ctx->config->saturate_s & smask)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c525 LLVMValueRef smask; local in function:generate_fs_loop
530 smask = LLVMBuildLoad(builder, outputs[smaski][0], "smask");
534 smask = LLVMBuildBitCast(builder, smask, smask_bld.vec_type, "");
535 smask = lp_build_and(&smask_bld, smask, smask_bld.one);
536 smask = lp_build_cmp(&smask_bld, PIPE_FUNC_NOTEQUAL, smask, smask_bld.zero);
537 lp_build_mask_update(&mask, smask);
[all...]

Completed in 41 milliseconds