Searched refs:sel_x1 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_vs.c | 49 LLVMValueRef sel_x1 = local in function:load_input_vs 67 LLVMValueRef x = LLVMBuildSelect(ctx->ac.builder, sel_x1, x1, x2, ""); 91 out[0] = LLVMBuildSelect(ctx->ac.builder, sel_x1, x1, x2, "");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 473 LLVMValueRef sel_x1 = LLVMBuildICmp(ctx->ac.builder, local in function:si_llvm_load_input_vs 495 LLVMValueRef x = LLVMBuildSelect(ctx->ac.builder, sel_x1, 527 out[0] = LLVMBuildSelect(ctx->ac.builder, sel_x1,
|
Completed in 13 milliseconds