Searched refs:out_smask_idx (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 1122 LLVMValueRef out_smask_idx = LLVMBuildShl(builder, lp_build_const_int32(gallivm, 1), sample_loop_state.counter, ""); in generate_fs_loop() local 1123 LLVMValueRef smask_bit = LLVMBuildAnd(builder, output_smask, lp_build_broadcast(gallivm, int_vec_type, out_smask_idx), ""); in generate_fs_loop() 1227 LLVMValueRef out_smask_idx = LLVMBuildShl(builder, lp_build_const_int32(gallivm, 1), sample_loop_state.counter, ""); in generate_fs_loop() local 1228 out_smask_idx = lp_build_broadcast(gallivm, int_vec_type, out_smask_idx); in generate_fs_loop() 1230 LLVMValueRef smask_bit = LLVMBuildAnd(builder, output_smask, out_smask_idx, ""); in generate_fs_loop() 1342 LLVMValueRef out_smask_idx = LLVMBuildShl(builder, lp_build_const_int32(gallivm, 1), sample_loop_state.counter, ""); in generate_fs_loop() local 1343 out_smask_idx = lp_build_broadcast(gallivm, int_vec_type, out_smask_idx); in generate_fs_loop() 1345 LLVMValueRef smask_bit = LLVMBuildAnd(builder, output_smask, out_smask_idx, ""); in generate_fs_loop() [all...] |
Completed in 4 milliseconds