HomeSort by: relevance | last modified time | path
    Searched defs:unnorm (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/llvm/
ac_nir_to_llvm.c 1420 LLVMValueRef unnorm = NULL; local
1434 unnorm = LLVMBuildICmp(ctx->builder, LLVMIntEQ, sampler0, ctx->i32_1, "");
1439 if (wa_8888 || unnorm) {
1440 assert(!(wa_8888 && unnorm));
1441 LLVMValueRef not_needed = wa_8888 ? wa_8888 : unnorm;
1466 if (wa_8888 || unnorm) {

Completed in 50 milliseconds