Home
last modified time | relevance | path

Searched refs:is_ma_x (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c753 LLVMValueRef is_ma_x; in build_cube_select() local
766 is_ma_x = LLVMBuildAnd(builder, is_not_ma_z, LLVMBuildNot(builder, is_ma_y, ""), ""); in build_cube_select()
769 tmp = LLVMBuildSelect(builder, is_ma_x, coords[2], coords[0], ""); in build_cube_select()