Searched refs:wa_8888 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c1221 LLVMValueRef wa_8888 = NULL; local in function:si_lower_gather4_integer
1239 wa_8888 = LLVMBuildICmp(
1254 formats = LLVMBuildSelect(builder, wa_8888, wa_formats, formats, "");
1261 assert(!wa_8888);
1267 if (wa_8888) {
1269 lp_build_if(&if_ctx, &ctx->gallivm, LLVMBuildNot(builder, wa_8888, ""));
1296 if (wa_8888) {
1316 return wa_8888;
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c1381 LLVMValueRef wa_8888 = NULL; local in function:lower_gather4_integer
1397 wa_8888 = LLVMBuildICmp(ctx->builder, LLVMIntEQ, data_format,
1408 formats = LLVMBuildSelect(ctx->builder, wa_8888, wa_formats, formats, "");
1414 assert(!wa_8888);
1439 if (wa_8888 || unnorm) {
1440 assert(!(wa_8888 && unnorm));
1441 LLVMValueRef not_needed = wa_8888 ? wa_8888 : unnorm;
1466 if (wa_8888 || unnorm) {
1497 tmp = LLVMBuildSelect(ctx->builder, wa_8888, tmp
[all...]

Completed in 9 milliseconds